table('vr_hotspot', ['comment' => '场景热点', 'engine'=>'InnoDB']); $table->addColumn('view_id', 'integer',array('comment'=>'场景ID','default'=>0)) ->addColumn('emp_id', 'integer',array('comment'=>'添加ID','default'=>0)) ->addColumn('root_id', 'integer',array('comment'=>'添加ID','default'=>0)) ->addColumn('addtime', 'timestamp',array('comment'=>'添加时间','default'=> 'CURRENT_TIMESTAMP')) ->addColumn('content', 'text', ['comment' => '内容']) ->create(); } }