-- Columnas extra de `columns` (location, width, wip_limit, is_done). -- Antes vivian en ensureColumns Go. Reextraidas a migration por consistencia. ALTER TABLE columns ADD COLUMN location TEXT NOT NULL DEFAULT 'board'; ALTER TABLE columns ADD COLUMN width INTEGER NOT NULL DEFAULT 300; ALTER TABLE columns ADD COLUMN wip_limit INTEGER NOT NULL DEFAULT 0; ALTER TABLE columns ADD COLUMN is_done INTEGER NOT NULL DEFAULT 0;