Compare commits
2 Commits
afb045ca4c
...
8038eabeda
| Author | SHA1 | Date | |
|---|---|---|---|
| 8038eabeda | |||
|
|
93e4ab2396 |
@@ -20,7 +20,7 @@ return new class extends Migration
|
|||||||
machine_id BIGINT DEFAULT NULL,
|
machine_id BIGINT DEFAULT NULL,
|
||||||
name TEXT DEFAULT NULL,
|
name TEXT DEFAULT NULL,
|
||||||
inspection_type TEXT DEFAULT NULL,
|
inspection_type TEXT DEFAULT NULL,
|
||||||
characteristics_type TEXT DEFAULT NULL
|
characteristics_type TEXT DEFAULT NULL,
|
||||||
upper DOUBLE PRECISION DEFAULT 0.0,
|
upper DOUBLE PRECISION DEFAULT 0.0,
|
||||||
lower DOUBLE PRECISION DEFAULT 0.0,
|
lower DOUBLE PRECISION DEFAULT 0.0,
|
||||||
middle DOUBLE PRECISION DEFAULT 0.0,
|
middle DOUBLE PRECISION DEFAULT 0.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user