Libraries tagged by migration table
vi-kon/laravel-db-exporter
36856 Downloads
Database table structure and data exporter to migration and seed files
repat/laravel-migration-model
3731 Downloads
Eloquent Model for the migrations table
nkovacs/yii2-table-builder
37717 Downloads
Table builder migration helper extension for Yii 2
offbeatwp/db-migrations
3266 Downloads
DB Migrations Support for custom tables
proai/laravel-super-migrations
2206 Downloads
This Laravel package is useful for big databases for a better migrations structure.
sencerhan/laravel-db-tools
161 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
capsulescodes/laravel-population
263 Downloads
Simplify database migrations and ensure consistency with your database tables effortlessly.
rishi-ramawat/laravel-postgresql-inherit
26640 Downloads
Add inheritance in postgresql tables
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
helloarman/dumptable
108 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
orottier/laravel-migration-squasher
94 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
adly-nady/php-my-migration
9 Downloads
It converts all existing tables in MySQL that do not have migration files to migration files. If they exist, it compares the columns and their data types with the existing ones and syncs the existing ones to MySQL.
elaborate-code/laravel-algerian-education-system
45 Downloads
Tables migrations seeded with the structure of the algerian education system for Laravel apps
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
nwogu/bagpack
962 Downloads
Organize your migration files into proper directories by tables