user (
id SERIAL PRIMARY KEY
username TEXT UNIQUE
push_token TEXT
last_seen timestamp with time zone
last_typed timestamp with time zone
date_created timestamp with time zone DEFAULT now() NOT NULL
)
Last active
February 12, 2019 08:13
-
-
Save CodebyOmar/a4e7a8da15125393eee0cd539bb158a5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment