Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

null value in column violates not-null constraint

To get rid of the NOT NULL costraint run:
ALTER TABLE <your-table> ALTER COLUMN <your-column> DROP NOT NULL;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #null #column #violates #constraint
ADD COMMENT
Topic
Name
8+8 =