Map<String, dynamic> toJson(Table table) { final t = table[column].type; return {'name': column, 'ascending': ascending, 'type': t.sqlite}; }