I'm trying to add a new column to ProjectRecord table and i want to allow null values, Code:
SchemaBuilder.AlterTable("ProjectRecord", table => table.AddColumn("Related", DbType.Int32));
Thanks.
Krbnr.
I'm trying to add a new column to ProjectRecord table and i want to allow null values, Code:
SchemaBuilder.AlterTable("ProjectRecord", table => table.AddColumn("Related", DbType.Int32));
Thanks.
Krbnr.