GUID primary key and "Value Generated": Add
Posted: Wed 26 Jun 2019 15:05
When you import from the database to models, and you have a GUID primary key "Id".
The "value generated" selected value is always "Never"
(Even if you first created the database from model, and then create the models from database again
The "value generated" selected value is always "Never")
Shouldnt primary key be default value generated to "Add"? or at least there should be an option to set primary key value generated to "add"?
Note: If I do not manually assign the primary key with a GUID identitifer, it creates an empty GUID value in the database
#postgres
The "value generated" selected value is always "Never"
(Even if you first created the database from model, and then create the models from database again
The "value generated" selected value is always "Never")
Shouldnt primary key be default value generated to "Add"? or at least there should be an option to set primary key value generated to "add"?
Note: If I do not manually assign the primary key with a GUID identitifer, it creates an empty GUID value in the database
#postgres