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