Unable to create sequence column in postgresql using migration · Issue #86 · npgsql/efcore.pg
Hi, I have created the attached migrations as below migrationBuilder.CreateTable( name: "ToDoItems", columns: table => new { Id = table.Column<int>(nullable: false), Name = table.Column<string>(nul...</string></int>