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
Error while executing query: near ",": syntax error
same error : Error while executing query: near ",": syntax errorALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0',
ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0',
ADD `castDescription` VARCHAR( 255 ) NOT NULL
?what u use ?? mysql? or sql
Yea, You will need to insert tables and it will work.so [ error while saving problem ] because of cast system?
ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0', ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0', ADD `castDescription` VARCHAR( 255 ) NOT NULL
Yea, You will need to insert tables and it will work.
I know that, and i meant to use it by mysql not sqlitethis tables for mysql not sqlite i tried to insert it
Next time use search toolcan 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?