🌈 搜索
📅  最后修改于: 2022-03-11 14:53:51.475000             🧑  作者: Mango
Schema::table('yourTable', function (Blueprint $table) { $table->text('body')->nullable()->change(); });