Libraries tagged by migration table
insolita/yii2-migration-generator
374678 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data
deliciousbrains/wp-migrations
83728 Downloads
WordPress library for managing database table schema upgrades and data seeding
c006/yii2-migration-utility
142325 Downloads
Automatically writes the create tables for migrations or create tables in general
josezenem/laravel-make-migration-pivot
36777 Downloads
Make Laravel pivot tables using the new Laravel 9 closure migrations.
orptech/laravel-migration-partition
14211 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
timwassenburg/laravel-pivot-table-generator
7171 Downloads
Quickly generate pivot tables for your projects
woenel/prpcmblmts
11850 Downloads
Philippines region, province, cities/municipalities and barangays Laravel migration and table seeder.
yadakhov/laradump
9767 Downloads
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
dragon-code/laravel-data-dumper
2517 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
cable8mm/xeed
537 Downloads
The Xeed is to generate new model, seed, database seed, factory and migration files for Laravel based on data from the existing database table.
gentritxhema/laravel-currency
5742 Downloads
Laravel currency table migration and seed
rs/laravel-version-control
5280 Downloads
Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.
flightsadmin/livewire-crud
14732 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
robinncode/db_craft
471 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.
vi-kon/laravel-db-exporter
35363 Downloads
Database table structure and data exporter to migration and seed files