after production line stop reason column remove
This commit is contained in:
@@ -14,9 +14,9 @@ return new class extends Migration
|
||||
CREATE TABLE shifts (
|
||||
id BIGINT GENERATED always AS IDENTITY PRIMARY KEY,
|
||||
|
||||
name TEXT NOT NULL,
|
||||
block_id BIGINT NOT NULL,
|
||||
plant_id BIGINT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
|
||||
start_time TIME NOT NULL,
|
||||
duration DECIMAL NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user