![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Some mySQL tool created the following script with its Preview, however, it failed to execute without clear err msg as to how. *Any idea? *Thanks. alter table `myDB`.`myTBL` * *change `future` `future` bit(1) NULL , * change `active` `active` bit(1) default '1' NOT NULL; |
#3
| |||
| |||
|
|
Hi, Some mySQL tool created the following script with its Preview, however, it failed to execute without clear err msg as to how. Any idea? Thanks. alter table `myDB`.`myTBL` change `future` `future` bit(1) NULL , change `active` `active` bit(1) default '1' NOT NULL; |
|
change column `future` `future` bit(1) NULL, change column `active` `active` bit(1) default '1' NOT NULL; |
![]() |
| Thread Tools | |
| Display Modes | |
| |