gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Add an order column to the grammatical_category table #87

Open gustafl opened 8 years ago

gustafl commented 8 years ago

So far, the ordering of grammatical categories has been reliant on the ordering in the database. This is not good enough. We need an explicit ordering of grammatical categories. Add an order column and make the datatype tinyint(4). Also, make the ordercolumn appear in the JSON from the REST API.