how to create foreign key for a table in the schema
without the speical foreign table?I means:
<database>
<table name="a">
    <column name="user_id" type="INTEGER"/>
    <foreign-key foreignTable="B">
      <reference
        local="user_id"
        foreign="user_id"/>
    </foreign-key>
...
but the table 'B' is not defined in this xml file
because i defined in another xml file for generated
the diffrent packages.
What can i do?

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to