Footprints Data Model |
Table |
Name | cust_login_type |
Comment |
A lookup table for the customer login type. It identifies the method of authenticating customer users. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
cust_login_type_id | int | The automatically generated primary key of the cust_login_type table. | Yes | No |
cust_login_type_name | varchar(255) | The name of the Customer Login Type. | No | No |