Revision 2a138ced2911a5b01ea32672242d6bf9cb2f0bdf authored by Clément OUDOT on 20 December 2018, 16:56:10 UTC, committed by Clément OUDOT on 20 December 2018, 16:56:10 UTC
1 parent 6f7e79e
Raw File
lmConfig.RDBI.mysql
CREATE TABLE lmConfig (
	cfgNum int(11) NOT NULL,
	field varchar(255) NOT NULL DEFAULT '',
	value longblob,
	PRIMARY KEY (cfgNum,field)
	);
back to top