Hello,

i create a new plugin and i would like add a foreign key in my new
tables. But the api does'nt have ForeignKey object.
How make it ?
I think the solution of my problem is to execute a sql statement like
"ALTER TABLE data_info ADD FOREIGN KEY (data_model_name) REFERENCES
data_model(name)".

if someone have another idea ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to