id(); $table->string('name'); $table->string('offset'); $table->string('diff_from_gtm'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists(config('laravel-crm.db_table_prefix').'timezones'); } }