2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE `applications` ADD `status` VARCHAR(255) NOT NULL DEFAULT 'Pending' AFTER `application_date`;
|