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.
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 datatypetinyint(4)
. Also, make theorder
column appear in the JSON from the REST API.