Create a JSON column
ColumnDefinition json(String name) { return ColumnDefinition(this, name, 'JSON'); }