text and blob types that don't have length are unindexable in mysql so something like
table.text('foo').index();
will through an error in mysql but not postgres or sqlite, might be nice for in that situation either
- noop
- print a warning
- allow a parameter to be passed to make it a noop.