mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
6 lines
107 B
SQL
6 lines
107 B
SQL
CREATE TABLE `host_info` (
|
|
`host_id` text PRIMARY KEY NOT NULL,
|
|
`payload` text,
|
|
`updated_at` integer
|
|
);
|