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
|
||||
schema.types = {
|
||||
Point: function Point() {}
|
||||
};
|
||||
schema.constructor.registerType(function Point() {});
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue