fuzzball1980
fuzzball1980
Thank you!
More info running --vebose info: Starting app... verbose: Setting Node environment... verbose: Please run npm install coffee-script to use coffescript (skipping for now) verbose: moduleloader hook loaded successfully. verbose: Loading...
Hi guys! I'm getting the same Validation Error when inserting a model.. seems like the default _isDeleted is not working, at least in PostgreSQL and MySQL The `MyModel` instance is...
Hi guys! I have solved the problem adding the type String to the definition. Model.defineProperty(_isDeleted, { type: String, required: true, default: false });