Forum » » Bugs, Probs ... » » Nouvelle install sous usbwebserver PHP 8.1
Posté : 17 févr. 2025 à 11:39
[code php] CREATE TABLE `fonctions` ( `fid` mediumint UNSIGNED NOT NULL COMMENT 'id unique auto incrémenté', `fnom` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `fdroits1` tinyint UNSIGNED DEFAULT NULL, `fdroits1_descr` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `finterface` tinyint UNSIGNED NOT NULL COMMENT '1 ou 0 : la fonction dispose ou non d''une interface', `fetat` tinyint(1) NOT NULL COMMENT '0 ou 1 9 : non active ou installé, installé', `fretour` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'utiliser par les fonctions de categorie Alerte : nombre, ou ', `fretour_h` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `fnom_affich` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `ficone` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `furlscript` varchar(4000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'attribut et contenu de balise A : href="xxx", !onclick!="xxx" etc', `fcategorie` tinyint UNSIGNED NOT NULL, `fcategorie_nom` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `fordre` tinyint UNSIGNED NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Dune_proto'; [/code]
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26963&forum=1