Subject | Re: [firebird-support] collations |
---|---|
Author | Anderson Farias |
Post date | 2008-06-27T14:26:30Z |
Hi,
everything to the domain definition. The former only 'overrides' the domain
collation definition, but with the same collation. So, you may use one or
another without problem.
Regards,
Anderson Farias
> Depending on what database editor I'm using, if I create a field based onAFAIK, *both* are correct. The later is better IMHO since it let's
> that DOMAIN, the generated DDL is:
>
> CREATE TABLE STOCK (
> DESCRIPCION DESCR_NUEVA /*Varchar(150) */ COLLATE ES_ES_CI_AI,
> or
> CREATE TABLE STOCK (
> DESCRIPCION DESCR_NUEVA
>
> Which is the correct way to do it? what's the difference in specifying the
> collation or just live it without specification?
everything to the domain definition. The former only 'overrides' the domain
collation definition, but with the same collation. So, you may use one or
another without problem.
Regards,
Anderson Farias