how to create foreign key for a table in the schema
without the speical foreign table?I means:
<database>
<table name="a">

    <foreign-key foreignTable="B">
      <reference
        local="user_id"
        foreign="user_id"/>
    </foreign-key>


__________________________________
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