We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2433cb5 commit e0495c1Copy full SHA for e0495c1
inventoryDB.sql
@@ -22,7 +22,7 @@ CREATE TABLE departments
22
(
23
department_id INTEGER(2) NOT NULL AUTO_INCREMENT,
24
department_name VARCHAR(50) NOT NULL,
25
- over_head_costs DECIMAL(10,0) NOT NULL,
+ over_head_costs DECIMAL(10,2) NOT NULL,
26
PRIMARY KEY(department_id)
27
);
28
ALTER TABLE departments AUTO_INCREMENT = 01;
0 commit comments