M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app2/database/migrations/
Upload File :
Current File : /home/bullgymbny/app2/database/migrations/2020_04_19_135814_point.php

<?php

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class Point extends Migration
{
    /**
     * Run the migrations.
     *
     * @return void
     */
    public function up()
    {
        Schema::create('points', function (Blueprint $table) {
            $table->id();
            $table->text('time');
            $table->integer('member_id')->unsigned()->index();
        });
    }

    /**
     * Reverse the migrations.
     *
     * @return void
     */
    public function down()
    {
        //
    }
}

GO Party By You