SimpleCloudNotifier/server/db/schema_sqlite.ddl
2022-11-18 21:25:40 +01:00

7 lines
115 B
SQL

CREATE TABLE sqlite_master (
type text,
name text,
tbl_name text,
rootpage integer,
sql text
);