protected override void Up(MigrationBuilder migrationBuilder)
 {
     migrationBuilder.AddColumnWithDefaultValue <string>(
         name: "SecurityStamp",
         table: "Account",
         maxLength: 50,
         nullable: false,
         defaultValue: "204E8BFB-647D-4712-B2F6-C4A822859D45");
 }
Exemple #2
0
 protected override void Up(MigrationBuilder migrationBuilder)
 {
     migrationBuilder.AddColumnWithDefaultValue <string>(
         name: "Name",
         table: "QuestionTemplate",
         type: "character varying(255)",
         maxLength: 255,
         nullable: false,
         defaultValue: "Name");
 }