• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

sqlite issue

Joutarn

New Member
Joined
Jul 8, 2016
Messages
21
Reaction score
1
Tfs : 0.4
rev : 3884
the image can explain my problem which i tried hard to solve it but i couldn't :(
Jl9XA3g.png
 
Code:
ALTER TABLE  `players` ADD  `cast` TINYINT NOT NULL DEFAULT  '0',
ADD  `castViewers` INT( 11 ) NOT NULL DEFAULT  '0',
ADD  `castDescription` VARCHAR( 255 ) NOT NULL
 
ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0',
ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0',
ADD `castDescription` VARCHAR( 255 ) NOT NULL
 
ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0',
ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0',
ADD `castDescription` VARCHAR( 255 ) NOT NULL
same error : Error while executing query: near ",": syntax error
i see that there is no different between ur two replies
its the same code u gave before
 
Cast is working with mysql as it expect so do not try with it, and in my opinion use mysql because it is more Stability than sqlite
 
can you give me link for clean sources i mean sources without cast system so i can start my project until i transfer sqlite to mysql?
 
Back
Top