suppose i write the following code
table2
col1 /nn
col2 /fk table1 /nn
the /nn on col2 does not work. The scrip is generated without the not null. Same if code is "col2 /nn /fk table1"
Dont know if its relevant, but in this case table1 is already on DB, not on quick sql script
suppose i write the following code
table2
col1 /nn
col2 /fk table1 /nn
the /nn on col2 does not work. The scrip is generated without the not null. Same if code is "col2 /nn /fk table1"
Dont know if its relevant, but in this case table1 is already on DB, not on quick sql script