mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
CREATE TABLE pets (count INTEGER NOT NULL DEFAULT 0);
|
||
|
|
||
|
INSERT INTO pets (count) VALUES (0);
|