For the complete documentation index, see llms.txt. This page is also available as Markdown.

Database

Please add this table to your database.

CREATE TABLE IF NOT EXISTS `phud_settings` (
  `identifier` varchar(60) NOT NULL,
  `settings` longtext DEFAULT NULL,
  PRIMARY KEY (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Last updated