mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-09-13 20:20:12 +00:00
5 lines
181 B
SQL
5 lines
181 B
SQL
CREATE TABLE IF NOT EXISTS starchart_imported_starcharts (
|
|
starchart_instance INTEGER REFERENCES starchart_introducer(ID) ON DELETE CASCADE,
|
|
ID INTEGER PRIMARY KEY NOT NULL
|
|
);
|