Skip to content

files table

Justin Forest edited this page May 14, 2024 · 1 revision

The files table contains information on all uploaded files.

Table structure

Field Type Description
id unsigned Unique file id, a snowflake.
tree_id unsigned Tree to which the file was added.
added_at unsigned Timestamp when the file was uploaded.
small_id unsigned File id of the small version (1000 px).
large_id unsigned File id of the large version (2000 px).
Clone this wiki locally