SimpleCloudNotifier/scnserver/db/impl/primary/schema/schema_sqlite.ddl

7 lines
115 B
SQL

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