Table: dbo.Manage_AP_Payment_Grid_Column | |||
This tables records are only added during schema updates. It contains records that corresponds to columns in the Mange AP Payment Options. | |||
Columns | |||
Name | Type | Constraints | Description |
manage_ap_payment_grid_column_KEY | int (4) | NOT NULL | Primary Key. Not null. |
description | varchar (40) | NOT NULL | The description for this column in the grid. |
is_required | bit (1) | NOT NULL | True if this column is always displayed. |
Primary key | |||
Name | Columns | Description | |
PK_Manage_AP_Payment_Grid_Column | manage_ap_payment_grid_column_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Manage_AP_Payment_Grid_Column$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Manage_AP_Payment_Grid_User_Option__Manage_AP_Payment_Grid_Column__manage_ap_payment_grid_column_KEY | manage_ap_payment_grid_column_KEY | Manage_AP_Payment_Grid_User_Option |