<?php migration::table('table_name', function ($table) { $table->int('id'); $table->text('username'); return $table; });
info at phpclasses dot org