CREATE TABLE profile_showcase_preferences (
clock INT DEFAULT 0
);
INSERT INTO profile_showcase_preferences (clock) VALUES (0);