| Table: dbo.Tax_System_Bridged_Carry_Over_Source | |||
| Tax systems that generate carryovers to other systems. Example: 941-X. Also it is tax systems that carryover amounts within the same tax system. Example: 941 Line 10 amounts | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_system_bridged_carry_over_source_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (40) | NOT NULL | Tax System that generates carryovers. Example: 941-X |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_System_Bridged_Carry_Over_Source | tax_system_bridged_carry_over_source_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_System_Bridged_Carry_Over_Source$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Tax_System_Bridged_Federal_Carry_Over__Tax_System_Bridged_Carry_Over_Source__tax_system_bridged_carry_over_source_KEY | tax_system_bridged_carry_over_source_KEY | Tax_System_Bridged_Federal_Carry_Over | |