mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 11:44:35 -08:00
3 lines
92 B
SQL
3 lines
92 B
SQL
CREATE TABLE pets (count INTEGER NOT NULL DEFAULT 0);
|
|
|
|
INSERT INTO pets (count) VALUES (0);
|