Files
Homarr/packages/db/migrations/sqlite/0008_third_thor.sql
2026-01-15 21:54:44 +01:00

9 lines
192 B
SQL

CREATE TABLE `search_engine` (
`id` text PRIMARY KEY NOT NULL,
`icon_url` text NOT NULL,
`name` text NOT NULL,
`short` text NOT NULL,
`description` text,
`url_template` text NOT NULL
);