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