table('customer_wisdom_img', ['comment' => '客户智慧屏图片关联表']) ->addColumn('root_id', 'integer', ['comment' => '店面id', 'default' => 0]) ->addColumn('customer_id', 'integer', ['comment' => '客户id', 'default' => 0]) ->addColumn('media_id', 'string', ['comment' => '媒体文件id', 'default' => '']) ->addColumn('img', 'string', ['comment' => '图片地址ID', 'default' => '']) ->addColumn('type', 'integer', ['comment' => '0实景图,1效果图', 'default' => 0]) ->addColumn('addtime', 'timestamp', ['comment'=>'添加时间', 'default' => 'CURRENT_TIMESTAMP']) ->create(); } }