exec('CREATE TABLE IF NOT EXISTS custom_css_style ( css TEXT DEFAULT "", user_id INTEGER, FOREIGN KEY (user_id) REFERENCES user(id) )');