id(); $table->timestamps(); $table->longtext('avviso'); $table->date('creato_il'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('avvisos'); } }