Re: Foreign Keys
Re: Foreign Keys
- Subject: Re: Foreign Keys
- From: Pascal Robert <email@hidden>
- Date: Fri, 13 Apr 2012 08:09:34 -0400
Le 2012-04-13 à 07:50, Ron X a écrit :
> 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
Which database system?
_______________________________________________
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