Skip to content

Instantly share code, notes, and snippets.

@k0001
Created October 16, 2015 22:39
Show Gist options
  • Save k0001/b72d156c3e949125c8dc to your computer and use it in GitHub Desktop.
Save k0001/b72d156c3e949125c8dc to your computer and use it in GitHub Desktop.
asd=> CREATE TABLE foo (i int NOT NULL);
CREATE TABLE
asd=> INSERT INTO foo (i) VALUES (DEFAULT);
ERROR: null value in column "i" violates not-null constraint
DETAIL: Failing row contains (null).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment