diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-20 16:04:19 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-20 16:04:19 +0100 |
commit | 68858da5d6166be880f1301f49807a2e52357288 (patch) | |
tree | 2c77908058983f23c0e04b47d524a7cfd829a26e /dbinit.sql | |
parent | 342ddb4141290b257ec9532b47506f1a26516515 (diff) | |
download | arfnet2-cstims-68858da5d6166be880f1301f49807a2e52357288.tar.gz arfnet2-cstims-68858da5d6166be880f1301f49807a2e52357288.zip |
Add 'setting up' order status
Diffstat (limited to 'dbinit.sql')
-rw-r--r-- | dbinit.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ CREATE TABLE `arfnet2`.`orders` ( `client` INT NOT NULL , `billing` VARCHAR(255) NOT NULL , `date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP , - `status` ENUM('active','inactive') NOT NULL , + `status` ENUM('setting up','active','inactive') NOT NULL , `comments` TEXT NOT NULL , PRIMARY KEY (`id`) ); |