-- Add a human-readable name to networks. -- DEFAULT '' allows the migration to run on databases that already have rows. ALTER TABLE networks ADD COLUMN name TEXT NOT NULL DEFAULT '';