Libraries tagged by migration core
robinncode/db_craft
469 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.
corytech/php-fix-postgres-diff
3909 Downloads
Fix postgres diff library
lav45/yii2-db-migrate
5889 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
lanciweb/laravel-make-crud
1124 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
stidges/laravel-fk-migration
4229 Downloads
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
phplucidframe/bare-migration
9156 Downloads
A simple PHP command line tool to generate CodeIgniter bare migration file.
tgozo/laravel-codegen
89 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
schmunk42/database-command
5854 Downloads
Yii command to create database migrations from existing schema
rougin/refinery
3777 Downloads
"Ready-to-eat" Codeigniter 3 migrations.
mojopollo/laravel-json-schema
541 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
mysql/schematic
725 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
eddmash/powerorm
370 Downloads
A powerful php orm with automatic migrations
daverdalas/laravel-post-deploy-commands
2950 Downloads
Create command files that will be run once so that you don't have to remember about it.
andrey-helldar/migrate-db
665 Downloads
Easy data transfer from one database to another
credy/yii2-mutex-migrate
1965 Downloads
Add mutex to yii2 migrations