1.0.1 • Published 8 years ago

easy-db v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

easydb

Example

function admin_role(){
    this.adminroleid=0;

    this.__rolename="角色名称"//描述
    this.rolename="40";//length

    this.remark="255";
    this.__remark="备注";
    this.__remark_default="";//默认值

    this.testm=12.2;//decimal(12 ,2)
    this.__testm_default=12.3;
}

module.exports=admin_role;
1.0.1

8 years ago

1.0.0

8 years ago