Retrieves the CREATE TABLE statement for a given table from the database. Queries the sqlite_master table to get the original SQL used to create the table.
Retrieves the CREATE TABLE statement for a given table from the database. Queries the sqlite_master table to get the original SQL used to create the table.