mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
4 lines
79 B
SQL
4 lines
79 B
SQL
CREATE TABLE banned_users (
|
|
github_id bigint NOT NULL PRIMARY KEY UNIQUE
|
|
)
|