mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2026-01-24 02:19:01 -06:00
updated db
This commit is contained in:
@@ -438,9 +438,9 @@ CREATE TABLE torrents (
|
||||
edition_group_id BIGINT NOT NULL,
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW(),
|
||||
created_by_id BIGINT NOT NULL,
|
||||
created_by_id INT NOT NULL,
|
||||
deleted_at TIMESTAMP WITH TIME ZONE DEFAULT NULL,
|
||||
deleted_by_id BIGINT DEFAULT NULL,
|
||||
deleted_by_id INT DEFAULT NULL,
|
||||
info_hash BYTEA NOT NULL CHECK(octet_length(info_hash) = 20),
|
||||
info_dict BYTEA NOT NULL,
|
||||
languages language_enum[] NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user