how to fix this??
ALTER TABLE `accounts` ADD `webadmin` INT( 1 ) DEFAULT '0';
i get error code:1146 Table 'altair.accounts' doesn't exist
help me..![]()
how to fix this??
ALTER TABLE `accounts` ADD `webadmin` INT( 1 ) DEFAULT '0';
i get error code:1146 Table 'altair.accounts' doesn't exist
help me..![]()
The table "accounts" doesn't exist, so either you must create it or you must re-execute one of the SQL files.
How to write new one???