Page 1 of 1

error in schema changes?

Posted: Tue Jan 10, 2012 7:52 pm
by johan
Hi,

Seems to be an error in sql 12.01.09

SQL-query:

ALTER TABLE `zzsys_form` CHANGE `sfo_row_height` INT NOT NULL ;

MySQL retourneerde: Documentatie
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INT NOT NULL' at line 1

Johan

Re: error in schema changes?

Posted: Tue Jan 17, 2012 7:50 am
by admin
Johan,

You might have to add these 2 manually.
Capture.PNG

Steven

Re: error in schema changes?

Posted: Tue Jan 17, 2012 9:24 am
by johan
Ok,

I'll try it.

Johan

Re: error in schema changes?

Posted: Fri Feb 03, 2012 3:06 am
by admin
.