Skip to content

Instantly share code, notes, and snippets.

@ValentinMouret
Created July 6, 2022 06:08
Show Gist options
  • Save ValentinMouret/a3d2e04c70ca23ca5eba94b3fb842a0f to your computer and use it in GitHub Desktop.
Save ValentinMouret/a3d2e04c70ca23ca5eba94b3fb842a0f to your computer and use it in GitHub Desktop.
create table user (
 id text primary key,
 email text not null
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment