Table that stores file names
Data model
Fields
| Field | Type | Description |
|---|---|---|
| extension_id* | INT | Identifier in the extensions database |
| name* | NVARCHAR (512) | File names |
Primary Key
| PK_AAM_FILE_NAME |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| extension_id* | Bod. AAM_EXTENSION | id | FK01_AAM_FILE_NAME |