To create a JSON field, all we need to do in Laravel migration is use ->json() method: Schema::create('products', function (Blueprint $table) { ...
確定! 回上一頁