I\'m using Sails 0.9.8 paired with MySQL and wanting to do something like this
localhost:1337/player/view/
instea
The marked answer is quiet old. As per the latest sails version (1.0.2 as of the date of writing this answer),
I used the columnType attribute like this:
columnType
attributes: { longDescription: { type: 'string', columnType: 'text' } }