Libraries tagged by migration table
robinncode/db_craft
2189 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.
capsulescodes/laravel-population
410 Downloads
Simplify database migrations and ensure consistency with your database tables effortlessly.
vi-kon/laravel-db-exporter
37109 Downloads
Database table structure and data exporter to migration and seed files
repat/laravel-migration-model
3909 Downloads
Eloquent Model for the migrations table
nkovacs/yii2-table-builder
38357 Downloads
Table builder migration helper extension for Yii 2
offbeatwp/db-migrations
3361 Downloads
DB Migrations Support for custom tables
sencerhan/laravel-db-tools
405 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
nwogu/bagpack
964 Downloads
Organize your migration files into proper directories by tables
rishi-ramawat/laravel-postgresql-inherit
26731 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.
nachofassini/laravel-database-structure
3984 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
orottier/laravel-migration-squasher
95 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.
rizkussef/laravel-sql-to-migration
16 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
wptechnix/wp-tables-schema
4 Downloads
A developer-friendly library for creating and managing custom WordPress database tables with schema definition, versioning, and migrations.
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.