mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
4 lines
72 B
SQL
4 lines
72 B
SQL
CREATE TABLE states (
|
|
id bigint PRIMARY KEY,
|
|
url varchar(500)
|
|
); |