hi,

?


===========

8><---


mysql> CREATE TABLE `trigger` (
    ->   vid int(11) default NULL,
    ->   tid_start varchar(255) NOT NULL,
    ->   tid_end varchar(255) NOT NULL,
    ->   type varchar(255) default NULL,
    ->   whitelisted_categories varchar(255) NOT NULL default '',
    ->   PRIMARY KEY (vid,tid_start,tid_end,type),
    ->   KEY `trigger` (tid_start,tid_end,type),
    ->   CONSTRAINT `0_64` FOREIGN KEY (`vid`) REFERENCES `class` (`vid`) ON 
DELETE CASCADE ON UPDATE CASCADE
    -> ) ENGINE=NDBCLUSTER;
ERROR 1215 (HY000): Cannot add foreign key constraint
mysql>


===========


regards

Steven
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to