AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-03-04-101530_flowy-grid/up.sql
2022-03-04 21:26:32 +08:00

5 lines
119 B
SQL

-- Your SQL goes here
CREATE TABLE kv_table (
key TEXT NOT NULL PRIMARY KEY,
value BLOB NOT NULL DEFAULT (x'')
);