mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-17 02:12:43 -04:00
Adding of decimal unit field
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
ALTER TABLE ospos_attribute_values
|
||||
ADD COLUMN attribute_decimal DECIMAL(7,3) DEFAULT NULL AFTER attribute_datetime;
|
||||
|
||||
ALTER TABLE ospos_attribute_definitions
|
||||
ADD COLUMN definition_unit VARCHAR(16) DEFAULT NULL AFTER definition_type;
|
||||
Reference in New Issue
Block a user