new DataType()
Example:
const { STRING, INTEGER, BIGINT, DATE, BOOLEAN } = app.model;
class User = app.model.define('User', {
login: STRING,
});
Methods
cast()
cast raw data returned from data packet into js type
uncast()
uncast js value into database type with precision