Hi all,

I am now try to using Torque to create database for mysql. But I am now met
a problem need your help.

For example:

CREATE TABLE Users
(
    USERID integer NOT NULL AUTO_INCREMENT,
    COMPANYID varchar(255),
    NAME varchar(20) NOT NULL,
);

I want a index on    USERID.  And another on COMPANYID

not a multipule index on  USERID +  COMPANYID.

If I write as follows,  it seems that Torque will just create a index with 2
columns.


   <column name="USERID" index="true" ...>
    <column name="COMPANYID"  index = "true"  ...>



Is there any way to make torque create two index for me?


Regards


fanyun



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to