The comments in id-table-schema.xml say: "This is the XML schema use by Torque to generate the SQL for ID_TABLE table used by the id broker mechanism in Turbine"
Now I have the following database and table elements in my project-schema.xml <database name="PITCHERS" defaultIdMethod="native"> <table name="TEAM" idMethod="none"> <table name="GAME" idMethod="none"> <table name="PITCHER" idMethod="none"> And I have primary key fields defined for each table. But still I get the sql for deleting and creating the @DEFAULT_DATBASE@ in the generated create-db.sql which gives an SQL Exception when runs for MySQL. Also an ID_TABLE table is created in my database. What is the purpose of this generated sql for @DEFAUL_DATABASE and the ID_TABLE here. Am I doing something wrong. Is there a link to learn more abt the idBroker mechanism. Thanks Vijay __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
