TheMathemagicians/sevenkeys/setup.sql

6 lines
105 B
MySQL
Raw Normal View History

2024-04-12 08:56:47 +00:00
USE DATABASE sevenkeys;
CREATE TABLE IF NOT EXISTS CardPrinting;
CREATE TABLE IF NOT EXISTS Gamepiece;