Files
nadir-webui/drizzle/20260621224643_moaning_logan/migration.sql
T
2026-06-22 17:47:16 +02:00

9 lines
197 B
SQL

CREATE TABLE `machines` (
`host` text DEFAULT '127.0.0.1' NOT NULL,
`id` text PRIMARY KEY,
`name` text,
`order` integer UNIQUE,
`port` integer DEFAULT 9999 NOT NULL,
`token` text NOT NULL
);