fn build_schema_ddl( schema: &str, create_database: String, physical_tables: Vec<String>, tables: Vec<String>, views: Vec<String>, ) -> String