Merge branch 'master' of ssh://172.31.31.31:2222/poc/pds
This commit is contained in:
@@ -14,8 +14,8 @@ return new class extends Migration
|
||||
CREATE TABLE blocks (
|
||||
id BIGINT GENERATED always AS IDENTITY PRIMARY KEY,
|
||||
|
||||
name TEXT NOT NULL,
|
||||
plant_id BIGINT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
|
||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
|
||||
Reference in New Issue
Block a user