Login     Sign up
Richard C Cooke (@rccooke)
102 months ago
600 Views

SQL query error!
Error infomation:[SQL]
insert into jcow_streams(uid,wall_id,message,created) values('1','1','Test Post! ','1468692544')

[Error]
Field 'attachment' doesn't have a default value

1 people followed this question
0

Thank you! Now I'm experiencing errors trying to load Modules

[SQL]
insert into jcow_menu(type,name,path,app,actived,weight,protected,icon,parent,tab_name) values('community','Photos','photos','photos',1,'41','','','','')

[Error]
Incorrect integer value: '' for column 'protected' at row 1

Richard C Cooke @rccooke
102 months ago
@rccooke I got this one on my own thanks folks!
102 months ago
-1

sql statement in phpmyAdmin

ALTER TABLE jcow_streams CHANGE attachment attachment TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL;

Jcow Master @falcone
102 months ago