You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should not be a compound key ? It would permit to set a unique key based on nearly all keys, and it would avoid problems for large uses !
I suggest this change to avoid database migration problems, and the change would be more easy than adding a primary key (which would need to stop the service export datas before to truncate and recreate the table and import database, unlike a simple one alter table to run)
Describe the bug
Table does not have a primary key. This is needed for some db features such as replication in SQL Server.
To Reproduce
Steps to reproduce the behavior:
gradlew dataInit
Expected behavior
Tables should have primary keys
Additional context
Effort likely entails adding an ID column and sequence.
The text was updated successfully, but these errors were encountered: