摘要: 3vuedo Post 表 public function up() { Schema::create('posts', function (Blueprint $table) { $table->increments('id'); $table->string('title'); $table-> 阅读全文
posted @ 2017-11-20 23:36 克维拉 阅读(242) 评论(0) 推荐(0)