Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

inserting values with beekeeper get error null value in column createdAt violates not-null constraint

INSERT INTO archive (id, title, createdAt) SELECT id, title, NOW() FROM old_archives;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #inserting #values #beekeeper #error #null #column #createdAt #violates #constraint
ADD COMMENT
Topic
Name
4+2 =