1, 'flag' => 'default', 'title' => '普通会员', 'price' => '0.00', 'vipDays' => 0, 'isDefault' => true, 'content' => '

普通会员说明

', ], [ 'id' => 2, 'flag' => 'vip1', 'title' => 'VIP黄金会员', 'price' => '9.99', 'vipDays' => 30, 'isDefault' => false, 'content' => '

VIP黄金会员说明

', ], [ 'id' => 3, 'flag' => 'vip2', 'title' => 'VIP钻石会员', 'price' => '99.99', 'vipDays' => 365, 'isDefault' => false, 'content' => '

VIP钻石会员说明

', ], ]); } } /** * Reverse the migrations. * * @return void */ public function down() { } }