integer('adminid'); $table->string('desc',255); $table->timestamp('updated_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }