Get the list of column names
Returns a list of all column names defined in this schema.
List<String> get columnNames => _columns.keys.toList();