Skip to main content

generate_sqlite_drop

Function generate_sqlite_drop 

Source
pub fn generate_sqlite_drop(table: &TableDef) -> String
Expand description

Generate DROP TABLE IF EXISTS statement for a single table (SQLite).