easy-db

1.0.1 • Public • Published

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;


Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i easy-db

      Weekly Downloads

      0

      Version

      1.0.1

      License

      ISC

      Last publish

      Collaborators

      • wolfsky7