Back
/*
Table: custPreferences

Columns:
    card_no int
    pref_key varchar
    pref_value varchar

Depends on:
    custdata (table)
    custAvailablePrefs (table)

Use:
Store customer-specific preferences
This table supplements custdata and is
available at the lanes.
*/
Back