-- AlterTable
ALTER TABLE `ink` ADD COLUMN `active` BOOLEAN NOT NULL DEFAULT true;
