OpenTransitTools / gtfsdb

GTFS ORM using SQLAlchemy
Mozilla Public License 2.0
157 stars 45 forks source link

remove boolean #34

Closed celron closed 6 years ago

celron commented 6 years ago

Instead of using Boolean column definition (which causes problem in mysql and sqlite, use SmallInteger.