Hi all,
sorry about my english, I'm Spanish.
How can i do that?
<table name="USER">
<column name="id" type="INTEGER">
<foreign-key foreignTable="TURBINE_USER">
<reference local="kk" foreign="USER_ID"/>
</foreign-key>
<column name="age" type="INTEGER">
</table>
It doesn't work in project-schema.xml, if I put more columns in
TURBINE_USER from turbine-schema.xml it works ok, but I want to do it
by peers. Is it possible?
By other hand, I want to use the text type in project-schema.xml, in
mysql I can define a variable as text, what type can I define as text?
thanks!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>