Re: Foreign Keys
Re: Foreign Keys
- Subject: Re: Foreign Keys
- From: Ron X <email@hidden>
- Date: Fri, 13 Apr 2012 15:20:13 +0300
sorry, we check - we used MyISAM - and it has not transactions and foreign keys
13 апреля 2012 г. 15:09 пользователь Pascal Robert
<email@hidden> написал:
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