Jeeeede Menge updates.
This commit is contained in:
28
resources/stubs/vendor/laravel-migration-generator/table.stub
vendored
Normal file
28
resources/stubs/vendor/laravel-migration-generator/table.stub
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class Create[TableName:Studly]Table extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
[TableUp]
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
[TableDown]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user