Adding soft-delete to manufacturers

This commit is contained in:
snipe
2013-11-20 07:33:54 -05:00
parent 1b5f0e1dd1
commit 7ada2cc021
@@ -0,0 +1,27 @@
<?php
use Illuminate\Database\Migrations\Migration;
class AddSoftDeleteOnManufacturers extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}