updateTableSchema method Null safety
Updates the schema
Implementation
updateTableSchema(String table, List<String> columns) {
schema[table] = columns;
}
Updates the schema
updateTableSchema(String table, List<String> columns) {
schema[table] = columns;
}