3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
|
-- Add migration script here
|
||
|
|
ALTER TABLE "trips_items" ADD COLUMN new BOOLEAN NOT NULL;
|