Created
June 15, 2017 19:01
-
-
Save azhtom/2fbad16f9d9db866ebe4197cdd18693a 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
CREATE TABLE "public"."users" ( | |
"id" int4 NOT NULL, | |
"fist_name" varchar(60) NOT NULL COLLATE "default", | |
"last_name" varchar(60) NOT NULL COLLATE "default", | |
"email" varchar(100) NOT NULL COLLATE "default", | |
"facebook_id" varchar(60) COLLATE "default", | |
"google_id" varchar(60) COLLATE "default" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment