Libraries tagged by sql to migration
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!
ronanversendaal/migration-describer
44 Downloads
Takes a migration and outputs the SQL to be executed
othyn/laravel-migrate-to-sql
747 Downloads
A Laravel package that easily allows for SQL to be generated from the applications migrations via a simple artisan command.
bakkahit/sql-migration
63 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
rfmhb2/convert-migrations
1 Downloads
Artisan command to convert your current SQL database schema into a Laravel Migration file.
dmitry-php/convert-migrations
14 Downloads
Artisan command to convert your current SQL database schema into a Laravel 5 Migration file.
lastdragon-ru/lara-asp-migrator
7945 Downloads
Improves standard Laravel migrations to add support for raw SQL files during migration and seeding. So you can easily use your favorite visual tool for database development with Laravel.
aymanelarian/laravel-sqlserver-extender
289 Downloads
Extend SQL Server Grammar for Laravel & Lumen to fix migration
swew/db
26 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
bumba/sql2migration
7 Downloads
read sql string and convert to a migration
edgaralexanderfr/phinx2sql
14 Downloads
Tool that allows you to print Phinx migrations displaying the SQL statements that pass through the `execute` method.
d3vr/db2migrations
108 Downloads
Artisan command to convert your current SQL database schema into Laravel 5.4.* Migration files (one for each table).
andrewgatenby/snapmigrations
7344 Downloads
Generates an SQL dump of your migrated (and seeded) database to save time re-running Migrations when running Integration and Acceptance Tests in a Lumen environment.