Libraries tagged by sql to migration
dbpatch/dbpatch
66020 Downloads
DbPatch is a commandline utility to manage/track (my)sql/php patch files.
laravel/database
36011 Downloads
Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
ramadan/custom-fresh
899 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
froiden/sql-generator
25691 Downloads
convert Laravel migrations to raw SQL scripts
rizkussef/laravel-sql-to-migration
348 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
adamkearsley/convert-migrations
8490 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
bertugfahriozer/sql2migration
763 Downloads
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
sqlmigration/migrations-seedings
249 Downloads
Laravel 5* Converts database sql to migrations and Seeding
ie/sql_converter_migration
18 Downloads
convert sql to migration
jugalkariya/laravel-migration-exporter
3 Downloads
Simple CLI for Laravel to export migrations to SQL
selcukmart/migration2sqlbuilder
3 Downloads
This library is for migration natural sql to sql builder format. It supports only first depth and general usage of sql.
royalcms/laravel-sql-generator
15 Downloads
convert Laravel migrations to raw SQL scripts
ianzhang001/sql-generator
6 Downloads
convert Laravel migrations to raw SQL scripts
thibaud-dauce/migrations
475 Downloads
Migrations' helpers to create SQL views, relationships' columns and more!