Proper Point type registration
This commit is contained in:
parent
ec6d6e7572
commit
da973b56c9
|
@ -39,9 +39,7 @@ exports.initialize = function initializeSchema(schema, callback) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// MySQL specific column types
|
// MySQL specific column types
|
||||||
schema.types = {
|
schema.constructor.registerType(function Point() {});
|
||||||
Point: function Point() {}
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue