| Table: dbo.Schedule_M3_Tax_Code_Attribute | |||
| This table enumerates an attribute Tax journal entries require for Schedule M-3 Code mapping. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| schedule_m3_tax_code_attribute_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (40) | NOT NULL | Description of the M3 tax code attribute. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Schedule_M3_Tax_Code_Attribute | schedule_m3_tax_code_attribute_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Schedule_M3_Tax_Code_Attribute$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Journal_Entry__Schedule_M3_Tax_Code_Attribute__schedule_m3_tax_code_attribute_KEY | schedule_m3_tax_code_attribute_KEY | Journal_Entry | |