mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
5 lines
97 B
SQL
5 lines
97 B
SQL
CREATE TABLE room_settings(
|
|
"room_id" BLOB PRIMARY KEY NOT NULL,
|
|
"data" BLOB NOT NULL
|
|
);
|