After change datatype from citext to text
This commit is contained in:
@@ -14,7 +14,7 @@ return new class extends Migration
|
||||
CREATE TABLE shifts (
|
||||
id BIGINT GENERATED always AS IDENTITY PRIMARY KEY,
|
||||
|
||||
name CITEXT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
block_id BIGINT NOT NULL,
|
||||
plant_id BIGINT NOT NULL,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user