Back
/*
Table: prodFlags

Columns:
    bit_number int
    description varchar

Depends on:
    products (table)

Use:
Properties for the product table's
numflag column
*/
Back