Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each enrollment paysource assignment |
||||
| fkPaysourceID | int | 4 | null |
|
|
Paysource reference - Links to PaySource table for the payment source |
|||||
| fkEnrollmentID | int | 4 | null |
|
|
Enrollment reference - Links to Enrollments table for the enrollment |
|||||
| Percent | int | 4 | √ | null |
|
|
Payment percentage - Percentage of costs covered by this payment source |
||||
| InvoiceSchedule | int | 4 | √ | null |
|
|
Invoice schedule - Schedule for invoicing this payment source |
||||
| PaymentMethod | nvarchar | 100 | √ | null |
|
|
Payment method - Method of payment for this payment source |
||||
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - UserID of the person who created this association |
||||
| DateCreated | datetime | 16,3 | √ | null |
|
|
Creation date - Date when the association was created |
||||
| UpdatedBy | int | 4 | √ | null |
|
|
Updated by user - UserID of the person who last modified this association |
||||
| DateUpdated | datetime | 16,3 | √ | null |
|
|
Last update date - Date when the association was last modified |
||||
| DateDeleted | datetime | 16,3 | √ | null |
|
|
Deletion date - Date when the association was deleted (soft delete) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_EnrollmentCasePaysources | Primary key | Asc | ID |
