Back
/*
Table: reasoncodes

Columns:
    textStr varchar
    mask int

Depends on:
    suspensions

Use:
Reason code work in conjunction with suspended
memberships. The mask here is a bitmask. This
lets you tag the suspensions.reasonCode with
multiple reasons in one field. Probably not the
most "SQL-y" way of doing things.
*/
Back