5 lines
253 B
SQL
Executable File
5 lines
253 B
SQL
Executable File
CREATE TABLE IF NOT EXISTS `tabFctDir` (
|
|
`codeFct` smallint(4) unsigned zerofill NOT NULL DEFAULT '0000',
|
|
`libelle` varchar(255) DEFAULT NULL,
|
|
PRIMARY KEY (`codeFct`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Liste des fonctions de direction'; |