wordpress-orm
wordpress-orm copied to clipboard
Indexes
How do I add database indexes to the columns?
Note that a property of $id is added to the model when you do extends BaseModel so you do not need to add that.
if you meant about id as index
https://github.com/rjjakes/wordpress-orm#readme
I meant like a custom index on certain columns for faster querying?