Skip to content

Instantly share code, notes, and snippets.

@mormolis
Last active May 26, 2020 08:06
CREATE TABLE IF NOT exists our_table(
id text PRIMARY KEY,
name text,
team text,
contact_email text,
created timestamp,
enabled boolean
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment