mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-04-25 23:36:56 -05:00
9 lines
166 B
SQL
9 lines
166 B
SQL
CREATE TABLE actaeon_chuni_static_trophies (
|
|
id INT NOT NULL,
|
|
name VARCHAR(255),
|
|
rareType TINYINT,
|
|
explainText VARCHAR(255),
|
|
|
|
PRIMARY KEY (id)
|
|
);
|