SQL text without implicit string conversion.
static final text = Codec<String>('text', (v) => v as String, (v) => v);