table('out_call_mb_log', ['comment'=>'收集点击打电话记录']) ->addColumn('employee_id', 'integer', ['comment' => '员工id']) ->addColumn('root_id', 'integer', ['comment' => '企业ID']) ->addColumn('customer_id', 'integer', ['comment' => '客户id']) ->addColumn('addtime', 'timestamp', ['comment' => '添加时间', 'default' => 'CURRENT_TIMESTAMP']) ->create(); } }