node-persist
node-persist copied to clipboard
Add TEXT data type?
Seems like it is missing, specifically for mysql?
You should be able to use the string datatype. I'm using prepared statements for all inserts and updates and just passing the string so to persist it shouldn't care.
Thanks! I assume STRING is taken as TEXT? How do I define a VARCHAR field then? I would prefer a predefined data type.