Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CockroachDB] Fixing how it handle fields DEFAULT values and column t…
…ypes (#143) * CockroachDB default types In cockroachdb, the default values returns something like `field:::TIMESTAMPZ`, and the validation here is only by the default value, without its type, this regex is required. * - considering column aliases for type checking in AlterColumn method * Merging cockroachdb + postgreSQL regex together. It work in all these cases: `'field'::character varying` `'field':::character varying` `field::character varying` `field:::character varying`
- Loading branch information