Libraries tagged by generate-migration
bennett-treptow/laravel-migration-generator
573368 Downloads
Generate migrations from existing database structures
robinncode/db_craft
498 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
barryvdh/laravel-migration-generator
26112 Downloads
Generate migrations based on existing database
developerawam/generate-migration
20 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.
wecansync/laravel-migration-generator
48 Downloads
a package to generate migration schema for Models
kabir-ibi/laravel-reverse-generate-migrations
2 Downloads
Custom Laravel package to reverse generate all migrations with collation and charset
runcmf/runcli
35 Downloads
RunCli - Command Line Interface. [migrate, seed, generate migrations and seeds from existing database, create database, generate resources and much more :)]
yusufjonc07/yii2-miggen2
3 Downloads
Generate migration files by exsisting tables' schema
vnukga/yii2-migration-generator
4 Downloads
Allows to generate migrations from scheme inexternal sources, such as Google Spreadsheets, using console.
shakogegia/dbtomigration
32 Downloads
Laravel 5 package to generate migration files from database
lucasruroken/lara-migrations-generator
15 Downloads
Generate migrations from a previous database
itsmill3rtime/laravel-migration-generator
4 Downloads
Generate migrations from existing database structures
fmoreno-airzone/laravel-migration-generator
69 Downloads
Generate migrations from existing database structures
filippo-toso/migrations-generator
196 Downloads
A Laravel Artisan command to automatically generate migrations from database tables
ddroche/yii2-migration-generator
1 Downloads
Generate migration files for one table, comma separated list of tables, part of table name or all tables.