-- Add migration script here ALTER TABLE ships ADD COLUMN colonizable BOOLEAN NOT NULL DEFAULT FALSE;