Files
headplane/drizzle/20250818220542_naive_lilith/migration.sql
T
2026-03-17 13:22:48 -04:00

6 lines
107 B
SQL

CREATE TABLE `host_info` (
`host_id` text PRIMARY KEY NOT NULL,
`payload` text,
`updated_at` integer
);