Raw File
CREATE TABLE lmConfig (
	cfgNum int not null primary key,
	data longblob
);

back to top