Schema::table('users', function($table) { $table->string("title"); $table->text("description"); $table->timestamps(); });