clickbar / laravel-magellan

A modern PostGIS toolbox for Laravel
MIT License
198 stars 11 forks source link

Bug when using magellanEnablePostgis #9

Closed djfhe closed 1 year ago

djfhe commented 1 year ago

Migration:

<?php

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

return new class() extends Migration
{
    public function up(): void
    {
        Blueprint::magellanEnablePostgis();
    }

    public function down(): void
    {
        Blueprint::magellanDisablePostgis();
    }
};

Error Message: image

saibotk commented 1 year ago

Fixed in 3405154c1836921a69293e613c083ef15adcf56b