Files

The Files is a place where you can see the information about all the files uploaded in the platform.

Designer

  1. Key - The key of the file.
  2. Date updated - The updated date of file.
  3. File size - The size of the file.
  4. Version - The version of the file.
  5. File name - The name of the file.
  6. Storage name - The name stored on the server.
  7. Content type - The content type of the file.
  8. Hash - The hashed value of the file.
erDiagram
    storage_file {
        integer id_storage_file
        datetime date_updated
        decimal file_size
        integer version
        string file_name
        string storage_name
        string content_type
        string file_hash
    }