-
Notifications
You must be signed in to change notification settings - Fork 2
Home
christoforosl edited this page May 9, 2015
·
30 revisions
Your database tables should follow the following conventions:
- All tables should have a SINGLE primary key field. If you have composite keys, you can Add a new primary key and make the composite key fields to compose a unique index.
- Primary Keys should be either Integer, Long or String fields.