s_picture_folder Table (339)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains all picture folders
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| name | Name of folder | String(255) | |
| parent_id | The parent id for this folder. -1 for root folders | Int | |
| description | A description of the folder | String(255) | ● |
| folder_type | Indicates which type of folder this is | Short | |
| registered | Registered when | UtcDateTime | ● |
| registered_associate_id | Registered by whom | FK associate | ● |
| updated | Last updated when | UtcDateTime | ● |
| updated_associate_id | Last updated by whom | FK associate | ● |
| updatedCount | Number of updates made to this record | UShort | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| folder_type | Short | Index |
| parent_id, folder_type | Int, Short | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| form | A form which can be published on a webpage and submitted by visitors |
Replication Flags
- None
Security Flags
- No access control via user's Role.