| Author |
how set "default" inthe name of column ?
|
amir taghvayi
Ranch Hand
Joined: Sep 16, 2011
Posts: 54
|
|
hi
i try to run this code :
i get sql error near "`defualt` tinyint(1) NOT NULL default '0'," .
please help me !!!
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Since it's a numeric type, have tried "default 0" without the quotes around '0'.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: how set "default" inthe name of column ?
|
|
|