Foreign Keys
Foreign Keys
- Subject: Foreign Keys
- From: Ron X <email@hidden>
- Date: Fri, 13 Apr 2012 14:50:34 +0300
hi community
does EOF use foreign keys?
we use in Migration java class:
ERXMigrationTable oldCodeTable = database.newTableNamed("Code");
oldCodeTable.addForeignKey("repTypeId", "rep_type", "_rowid");
oldCodeTable.addForeignKey("actionId", "action", "_rowid");
but no foreign keys created.
we scanned our 40G db and find NO foreign keys in it
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden