Created
January 1, 2020 17:48
-
-
Save rueian/875ac8ae7135b154dca1880ad37e8ae7 to your computer and use it in GitHub Desktop.
like1.sql
This file contains 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 IF NOT EXISTS counters ( | |
id TEXT PRIMARY KEY COLLATE "C", | |
value BIGINT | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment