Created
October 16, 2015 22:39
-
-
Save k0001/b72d156c3e949125c8dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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