Gossamer Forum
Home : Products : Gossamer Links : Discussions :

LinkID breaks foreign key relation with the Links table

Quote Reply
LinkID breaks foreign key relation with the Links table
When the user add the link the result is:
"LinkID breaks foreign key relation with the Links table"

CatLinks.def
#####

'fk' => {
'Links' => {
'LinkID' => 'ID',
},
'Category' => {
'CategoryID' => 'ID',
},
},

#####

Links.def
######

'fk_tables' => [
'Changes',
'CatLinks',
'Verify',
],

#####

Do you have any ideia ?
Subject Author Views Date
Post LinkID breaks foreign key relation with the Links table Troja 1071 May 21, 2002, 7:01 PM