ALTER TABLE `machines` ADD `address` text DEFAULT 'http://127.0.0.1:9999' NOT NULL;--> statement-breakpoint ALTER TABLE `machines` DROP COLUMN `host`;--> statement-breakpoint ALTER TABLE `machines` DROP COLUMN `port`;