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 | 19 | √ | CURRENT_TIMESTAMP |
|
|
When this record was created. |
|
| fileresource_updated_on | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
When this record was last updated. |
|
| project_id | INT | 10 | √ | 0 |
|
|
||
| project_name | VARCHAR | 255 | √ | null |
|
|
||
| project_description | TEXT | 65535 | √ | null |
|
|
||
| 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. |
|
| dataset_ids | JSON | 1073741824 | √ | null |
|
|