Skip to content

Instantly share code, notes, and snippets.

@CodebyOmar
Last active February 12, 2019 08:13
Show Gist options
  • Select an option

  • Save CodebyOmar/a4e7a8da15125393eee0cd539bb158a5 to your computer and use it in GitHub Desktop.

Select an option

Save CodebyOmar/a4e7a8da15125393eee0cd539bb158a5 to your computer and use it in GitHub Desktop.
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
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment