inserting values with beekeeper get error null value in column createdAt violates not-null constraint code example
Example: 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;