pub fn drop_table_sql(table_name: &str, if_exists: bool) -> String
Generate DROP TABLE SQL (for testing/inspection).
This is the same SQL that drop_table would execute.
drop_table