allowances/init_db.sql

2 lines
73 B
MySQL
Raw Normal View History

CREATE TABLE passes (id INTEGER PRIMARY KEY AUTOINCREMENT, hash STRING);