jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Adding methods for reverse migrations #52

Open NekoOs opened 6 years ago

NekoOs commented 6 years ago

I added the methods

Firebird\Schema\Grammars\FirebirGrammar::compileColumnsListing Firebird\Query\Processors\FirebirdProcessor::processColumnListing

You can test its operation using a library provides a method to generate a new seed file based on data from the existing database table. It can be found in orangehill/iseed with satisfactory results.


He agregado los métodos

Firebird\Schema\Grammars\FirebirGrammar::compileColumnsListing Firebird\Query\Processors\FirebirdProcessor::processColumnListing

Puede probar su funcionamiento usando una librería que provee un método para la generación de seed a partir de una base de datos existente. Se puede encontrar en orangehill/iseed con resultados satisfactorios.