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