null value in column id violates not-null constraint spring boot 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;