Back
/*
Table: batchType

Columns:
    batchTypeID int
    typeDesc varchar
    discType int

Depends on:
    none

Use:
This table contains types of batches that
can be created. You really only need one
for each discount type, but you can have
more for organizational purposes
*/
Back