pub fn create_table( db_path: &str, table_name: &str, columns: &str, ) -> Result<()>
Create a new table in the connected database with enhanced validation