| Subject | Re: [firebird-support] Digest Number 9396 |
|---|---|
| Author | |
| Post date | 2016-11-21T12:13:46Z |
So, everytime I create a table in FireBird, a new domain is created automatically in the database ?
This surely could be an explanation of my problem !
I will try to create domains and use those in DDL .
Is this a correct approach :
create domain MyIntegerDomain Integer ;
create table myTable (id MyIntegerDomain) ;
?
Tiberiu