table('employee_msg_send', ['comment'=> '员工通知发送记录表']); $table->addColumn('root_id', 'integer', ['limit'=> 10, 'default'=> 0, 'comment'=> '企业']) ->addColumn('content', 'string', ['limit'=> 255, 'default'=> '', 'comment'=> '内容']) ->addColumn('addtime', 'timestamp', ['default'=> 'CURRENT_TIMESTAMP', 'comment'=> '添加时间']) ->create(); } }