zyllian.github.io/cf/schema.sql

3 lines
92 B
SQL

CREATE TABLE pets (count INTEGER NOT NULL DEFAULT 0);
INSERT INTO pets (count) VALUES (0);