Skip to content

Instantly share code, notes, and snippets.

@unknowntpo
Created September 2, 2022 00:33
Show Gist options
  • Save unknowntpo/410f525dc8e77b08914dc818bfea4d90 to your computer and use it in GitHub Desktop.
Save unknowntpo/410f525dc8e77b08914dc818bfea4d90 to your computer and use it in GitHub Desktop.
db_version_control.create_table
create table data (
id serial,
c0 text,
c1 text,
username text,
version integer,
is_deleted boolean
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment