uploaded_file
Information about uploaded files
Primary Key:Foreign Keys:created_by=>login.login_id
uploaded_file_bucket_storage_path_idx-bucket,storage_path
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
id | bigint | No | Yes | Snowflake ID of the uploaded file Generated through expression: |
bucket | text | No | Yes | Bucket in which the file was stored Generated through expression: |
name | text | No | No | Original client name of the file Generated through expression: |
storage_path | text | No | Yes | Bucket-relative storage path of the file, with snowflake ID incorporated into the filename Generated through expression: |
size | bigint | No | No | Size of the file in bytes Generated through expression: |
content_type | text | No | No | Content type of the file Generated through expression: |
created_at | timestamp with time zone | No | No | When the file was created Generated through expression: |
created_by | bigint | No | No | ID of the user who uploaded the file Generated through expression: |