Created
September 2, 2022 00:33
-
-
Save unknowntpo/410f525dc8e77b08914dc818bfea4d90 to your computer and use it in GitHub Desktop.
db_version_control.create_table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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