Footprints Data Model |
Table |
Name | imp_asgnmt |
Comment | The default assignment details for an Import Job. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
imp_asgnmt_id | bigint | The automatically generated primary key of the imp_asgnmt table. | Yes | No |
imp_id | bigint | A Foreign Key to the Import table. | No | Yes |
team_id | bigint | A Foreign Key to the Team table. | No | Yes |
app_user_id | bigint | A Foreign Key to the Application User table. | No | Yes |