On Mon, 14 Oct 2002 19:08, you wrote:
> Hi,
> I have a strange behaviour here: The sql that is produced by my
> dbschema.xml into src/sql/audiotex-schema.sql is perfectly correct:
>
> CREATE TABLE KUNDEN
> (
>         USER_ID INTEGER NOT NULL,
>         USER_ID_ADMIN INTEGER,
>         KUNDEN_NR_GEOPHONE INTEGER,
>         NAME VARCHAR (255),
> ...
>         RG_DIREKT TINYINT (1),
>         AKTIVE_PRO_MAX INTEGER,
>         REMOTE_IP VARCHAR (15) default '0',
>     PRIMARY KEY(USER_ID),
>     FOREIGN KEY (USER_ID) REFERENCES AUDIOTEX_USER (USER_ID)
> );
>
>
> Now the table is created into the db, except the coloum "REMOTE_IP"!
> Why is this coloum not being created?
> Anybody having a clue what is going on here?

Not really, but have you tried executing the sql on the database directly 
(ie: not through Torque)?

-- Rodney

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

Reply via email to