| Table: dbo.Quick_Books_Online_Export_Option | |||
| This table is for the Client Quickbooks Online Export Options. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | Primary key for this table. |
| last_export_start_date | date (3) | Start date of last Quickbooks Online Export. | |
| last_export_end_date | date (3) | End date of last Quickbooks Online Export. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Quick_Books_Online_Export_Option$client_KEY | client_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Client_Quick_Books_Online_Export_Option__Client__client_KEY | client_KEY | Client (client_KEY) | |