Subject | Re: [firebird-support] primary key not null? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-05-07T20:48:21Z |
> and all the tables in my database has a column called "ID" wich is the PK. As aI've just tested and it seems that FB silently added not null flag to
> matter of fact I didn't mean to have that domain as nullable. It was my mistake
> I think... But my question is: It's normal that FB didn't complain about having
> a PK on a nullable column?
field declared as primary key.
If you create table with nullable column and then try to alter it
adding primary key, FB will complain.
SY, SD.