[Solved] Stop allowing null in a table column
[ad_1] you are missing datatype. ALTER TABLE [Sessions] ALTER COLUMN region_id int NOT NULL; [ad_2] solved Stop allowing null in a table column
[ad_1] you are missing datatype. ALTER TABLE [Sessions] ALTER COLUMN region_id int NOT NULL; [ad_2] solved Stop allowing null in a table column