Schema produced by b2t + t2s:
Supplier SU /* a supplier of some items we buy */
Warehouse WH /* where vendor stores items */
WHid NA c8 1 /* primary key (always first) */
SUid NA c8 1 /* foreign key from link */
phone NA c10 0 /* warehouse phone number */
address NA t80 0 /* address of warehouse */
Item IT /* an item stored in vendor’s warehouse */
This format may not be reproduced exactly. Attributes are shown only for table WH. Full-line comments are ignored by chgen.