mysql-migrations
mysql-migrations copied to clipboard
Anonymous migrations can not be functions
Hi,
I was trying to do anonymous migration, however it doesn't handle functions, eg.:
module.exports = {
up: function (..) { ... },
down: function (..) { ... },
};