Masters and Transaction table column type update CITEXT
This commit is contained in:
@@ -18,8 +18,8 @@ return new class extends Migration
|
||||
block_id BIGINT NOT NULL,
|
||||
plant_id BIGINT NOT NULL,
|
||||
|
||||
name TEXT NOT NULL,
|
||||
type TEXT NOT NULL,
|
||||
name CITEXT NOT NULL,
|
||||
type CITEXT NOT NULL,
|
||||
|
||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
|
||||
Reference in New Issue
Block a user