We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
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!
Aucun commentaire:
Enregistrer un commentaire