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.CDBI.mysql
CREATE TABLE lmConfig (
	cfgNum int not null primary key,
	data longblob
);

back to top