there is no tinyText method, you could use string and set the length
$table->string('column', 10);
check http://laravel.com/docs/schema#adding-columns for available datatypes.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community