hsz
2015-10-08 ed4f659a76e86271acae4346fd76b80a770398fc
1
2
3
4
CREATE TABLE "system" (
    name varchar(64) NOT NULL PRIMARY KEY,
    value text
);