5 lines
132 B
MySQL
5 lines
132 B
MySQL
|
CREATE TABLE profile_showcase_preferences (
|
||
|
clock INT DEFAULT 0
|
||
|
);
|
||
|
|
||
|
INSERT INTO profile_showcase_preferences (clock) VALUES (0);
|