Work on webgui and add flags to equipment
This commit is contained in:
@@ -137,6 +137,7 @@ CREATE TABLE equipment (
|
||||
price decimal(12,2) DEFAULT NULL,
|
||||
weight float(5,2) UNSIGNED DEFAULT NULL,
|
||||
remarks varchar(150) DEFAULT NULL,
|
||||
flags set('ordered','deleted') DEFAULT NULL,
|
||||
PRIMARY KEY(eid)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user