id(); $table->string('name'); $table->text('description'); $table->text('href'); $table->text('img'); $table->text('path'); $table->text('creator'); $table->text("licence"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('contents'); } }