query " ALTER TABLE test_posts ADD sticky boolean NOT NULL default = false" = error

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-03-14T22:46:07Z Indexed on 2010/03/14 22:55 UTC
Read the original article Hit count: 365

Filed under:
|
|

Whats wrong with my query?

 ALTER TABLE test_posts ADD sticky boolean NOT NULL default = false 

#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 '=false' at line 2

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql