A new topic, 'Foreign Key No Created : Mysql', has been made on a board you are 
watching.

You can see it at
http://liquibase.org/forum/index.php?topic=330.new#new

The text of the topic is shown below:

I have this in my change set:

Quote
        <addForeignKeyConstraint baseColumnNames="groupAccount_id" 
baseTableName="TaskType" constraintName="FKEB68527FF1F601B3" deferrable="false" 
initiallyDeferred="false" referencedColumnNames="id" 
referencedTableName="GroupAccount"/>


but i end up with just a key, and no foreign key.

Quote
| TaskType | CREATE TABLE `TaskType` (
  `id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `groupAccount_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FKEB68527FF1F601B3` (`groupAccount_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 |

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to