7 lines
115 B
SQL
7 lines
115 B
SQL
CREATE TABLE sqlite_master (
|
|
type text,
|
|
name text,
|
|
tbl_name text,
|
|
rootpage integer,
|
|
sql text
|
|
); |