This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dmspine64backup/savefile.db
Rebecca Schofield ed1a6fa879 message
2015-09-15 23:38:44 -05:00

2 lines
112 B
Text

CREATE TABLE animals (name VARCHAR(20), kind VARCHAR(8), years INTEGER) PRIMARY KEY (name, kind);
SHOW animals;