CreateTable( name: "Persons", columns: table => new { PersonId = table.Column<int>(type: "int", nullable: false) .Annotation("SqlServer:Identity ...
確定! 回上一頁