| Table: fileset | |||
| Represents a set of files that can be used by one or more review projects. Each set can be either uploaded as a tarball, or extracted from source control | |||
| Columns | |||
| Name | Type | Constraints | Description |
| systemid | INTEGER | NOT NULL | System-generated primary key |
| owner | INTEGER | NOT NULL | The SystemUser who created the file set |
| createdate | TIMESTAMP | NOT NULL | Creation/last modification time of the file set |
| directory | VARCHAR (500) | Directory relative to JCR root containing all files | |
| baseline | VARCHAR (500) | Name of baseline in source control (optional, but recommended) | |
| Primary key | |||
| Name | Columns | Description | |
| pk_fileset | systemid | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| fk_fileset_systemuser | owner | systemuser | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| fk_project_originalfileset | originalfileset | project | |
| fk_project_modifiedfileset | modifiedfileset | project | |