deal_downloads


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id text 2147483647 null
room_id text 2147483647 null
deal_rooms.id deal_downloads_room_id_fkey R
payment_id text 2147483647 null
deal_payments.id deal_downloads_payment_id_fkey R
obj_key text 2147483647 null
filename text 2147483647 null
file_size_bytes int8 19 null
download_count int4 10 0
generated_at timestamptz 35,6 null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
deal_downloads_pkey Primary key Asc id
idx_downloads_room Performance Asc room_id

Relationships