You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"It appears you are trying to create a new Schema with an array instead of an object. Passing in an object instead of an array into 'new Schema()' may resolve your issue."
244
+
);
245
+
}
246
+
241
247
if(InvalidSQLCharacters.test(this.name)){
242
248
thrownewError(`Invalid characters in table name: ${this.name}`);
0 commit comments