Skip to content

Instantly share code, notes, and snippets.

@mahardianto
Last active January 20, 2017 06:45
Show Gist options
  • Save mahardianto/1d5b95601e3b14043b925035a5d493cb to your computer and use it in GitHub Desktop.
Save mahardianto/1d5b95601e3b14043b925035a5d493cb to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateRegistersTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment