view_table_fileresources


Columns

Column Type Size Nulls Auto Default Children Parents Comments
fileresource_id INT 10 0

The primary id.

fileresource_name VARCHAR 255 null

The name of the file resource.

fileresource_path TEXT 65535 null

The file name of the actual data file.

fileresource_description TEXT 65535 null

A description of the file contents.

fileresource_size BIGINT 19 null

The file size in bytes.

fileresource_created_on DATETIME 26 null

When this record was created.

fileresource_updated_on TIMESTAMP 26 null

When this record was last updated.

fileresourcetype_id INT 10 0

The primary id.

fileresourcetype_name VARCHAR 255 null

The name of the file type.

fileresourcetype_description TEXT 65535 null

The description of the file type.

View Definition


Possibly Referenced Tables/Views