status-go/protocol/migrations/sqlite/1707749393_add_community_gr...

6 lines
147 B
SQL

CREATE TABLE IF NOT EXISTS community_grants (
community_id TEXT PRIMARY KEY NOT NULL,
grant TEXT DEFAULT "",
clock INT NOT NULL DEFAULT 0
);