Skip to content

Property name and database column name mapping support request. #273

@taoyuan

Description

@taoyuan

Request to support model property name to database column name mapping. Like this:

var User = orm.define('User', {
    userAccessToken: { type: 'string', column: 'token' }
    lastLogin: String
}, {
...
});

The userAccessToken map to database column token, lastLogin auto(or options enable this) map to database column last_login.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions