types_table = Table('types', meta,
Column('type_id', String, primary_key=True, nullable=False),
Column('description', String, nullable=False),
types_table = Table('types', meta,
Column('type_id', String, primary_key=True, nullable=False),
Column('description', String, nullable=False),