Generated using SQL Data Dictionary demo version.
Ways that payments can be made (ie: cash, check, EFT, etc.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | PaymentMethodID | int | NEXT VALUE FOR [Sequences].[PaymentMethodID] | ||
| Numeric ID used for reference to a payment type within the database | |||||
| UK | PaymentMethodName | nvarchar(50) | |||
| Full name of ways that customers can make payments or that suppliers can be paid | |||||
| FK | LastEditedBy | int | |||
| ValidFrom | datetime2 | ||||
| ValidTo | datetime2 | ||||