sdispater / flask-orator

Adds Orator support to your Flask application
MIT License
74 stars 13 forks source link

Fixes relationship usages in document #1

Closed jiangyuntao closed 9 years ago

jiangyuntao commented 9 years ago

posts table creation class name error. to define foreign key user_id, the unsigned argument of table.integer('user_id') should be True