Skip to content

Instantly share code, notes, and snippets.

@rueian
Created January 1, 2020 17:48
Show Gist options
  • Save rueian/875ac8ae7135b154dca1880ad37e8ae7 to your computer and use it in GitHub Desktop.
Save rueian/875ac8ae7135b154dca1880ad37e8ae7 to your computer and use it in GitHub Desktop.
like1.sql
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