Anons79 Mini Shell

Directory : /home/aplikasiposinfo/.trash/database/migrations/
Upload File :
Current File : /home/aplikasiposinfo/.trash/database/migrations/2022_05_14_131255_create_lokasi_absens_table.php

<?php

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

class CreateLokasiAbsensTable extends Migration
{
    /**
     * Run the migrations.
     *
     * @return void
     */
    public function up()
    {
        Schema::create('lokasi_absens', function (Blueprint $table) {
            $table->id();
            $table->string('nama_lokasi');
            $table->string('alamat_lokasi');
            $table->string('longitude');
            $table->string('latitude');
            $table->integer('radius',false);
            $table->timestamps();
        });
    }

    /**
     * Reverse the migrations.
     *
     * @return void
     */
    public function down()
    {
        Schema::dropIfExists('lokasi_absens');
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]