Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

error in schema changes?

Locked
johan
Posts: 392
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium

error in schema changes?

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: error in schema changes?

Unread post by admin »

Johan,

You might have to add these 2 manually.
Capture.PNG
Capture.PNG (90 KiB) Viewed 5483 times

Steven
johan
Posts: 392
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium

Re: error in schema changes?

Unread post by johan »

Ok,

I'll try it.

Johan
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: error in schema changes?

Unread post by admin »

.
Locked