ALTER TABLE `users` ADD `credits` INT UNSIGNED NOT NULL DEFAULT 0; ALTER TABLE `plans` ADD `credits_awarded` INT UNSIGNED NOT NULL DEFAULT 0;