Skip to content

Instantly share code, notes, and snippets.

@MrLotU
Last active February 4, 2020 10:22
Show Gist options
  • Save MrLotU/47c0160a612cdaf6cc081de878e2fe6a to your computer and use it in GitHub Desktop.
Save MrLotU/47c0160a612cdaf6cc081de878e2fe6a to your computer and use it in GitHub Desktop.
Column Type Nullable Default
id integer not null nextval('requests_id_seq'::regclass)
user text not null
request text not null
status text not null 'to-do'::text

Indexes:
"requests_pkey" PRIMARY KEY, btree (id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment