Create 3.4.0_decimal_attribute_type.sql

Adding migration script for database add of DECIMAL attribute type
This commit is contained in:
objecttothis
2019-03-01 17:52:30 +04:00
committed by GitHub
parent 5fe9e3f8d2
commit d79783f605

View File

@@ -0,0 +1,2 @@
ALTER TABLE ospos_attribute_values
ADD COLUMN attribute_decimal DECIMAL(7,3) DEFAULT NULL AFTER attribute_datetime;