mardi 20 décembre 2016

Laravel + PostgreSQL Ltree

How to write the migration file to add the field type 'ltree' (PostgreSQL)

Schema::create('table', function (Blueprint $table) {
     ....
$table->ltree('path');
}

Does not work.

Thanks!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire