5 lines
87 B
SQL
5 lines
87 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE items ALTER COLUMN state TYPE varchar(255);
|
|
|