table('customer_top', ['comment' => '客户星标置顶']) ->addColumn('employee_id', 'integer', ['comment'=>'员工id' ,'default' => 0]) ->addColumn('customer_id', 'integer', ['comment'=>'客户id' ,'default' => 0]) ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 0]) ->addColumn('type', 'integer', ['comment'=>'1待回访 1客户管理', 'default' => 0, 'limit'=>3]) ->addColumn('addtoptime', 'timestamp', ['comment'=>'置顶时间', 'default' => 'CURRENT_TIMESTAMP']) ->create(); } }