Thank you. -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von Luciano A. Andrade Gesendet: Freitag, 20. April 2007 15:37 An: [email protected] Betreff: [symfony-users] Re: schema foreign key to a plugin column
Reed the plugin docs http://trac.symfony-project.com/trac/wiki/sfGuardPlugin#CustomizethesfAuthUsermodel . You can't do that do a propel limitation On 4/20/07, Franke Gordon <[EMAIL PROTECTED]> wrote: > > Hello, > > i have in my schema file: > > propel: > table: > id: > sf_guard_user_id: { type: integer, foreignTable: sf_guard_user, > foreignReference: id, ondelete: cascade } > > > and have install the plugin sfGuard when i make propel-build-all i get > en exception: > > [sfException] > Unable to resolve foreign table for column "sf_guard_user_id" > > > So how can i make a foreign key to the sf_guard_user table? > > > greetings > Gordon > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
