static JsonColumn json(String name, {bool nullable = false}) => JsonColumn(name, nullable: nullable);