Libraries tagged by migration table
desaiuditd/enhanced-wp-migrations
97 Downloads
WordPress library for managing database table schema upgrades and data seeding
bakkahit/sql-migration
28 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
adly-nady/php-my-migration
1 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.
yusufjonc07/yii2-miggen2
3 Downloads
Generate migration files by exsisting tables' schema
mirkhamidov/yii2-console-dbextend
38 Downloads
It makes to drop all your tables from console. Use it with migration and Development environment.
tecnocen/yii2-migrate
15347 Downloads
Yii 2 Library to handle normalized table creation
sunnysideup/recently-changed
9 Downloads
Work out all the data objects and associated table data that has recently changed
simo46/laravel-postgresql-inherit
6 Downloads
Add inheritance in postgresql tables
piyook/csvseeder
6 Downloads
Seed data into Laravel DB tables from .csv files
open-soft-app/back-end-generator
8 Downloads
Back-end generator: crud generator, Livewire components, scaffold migrations, factory, menu in one command based on database tables
markadell/laravel-postgresql-inherit
470 Downloads
Add inheritance in postgresql tables
laravel-orm/laravel-orm
14 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
laramore/validations
361 Downloads
Add a validation management for Laramore
laramore/requests
220 Downloads
Create a request for each of your Laramore model
laramore/morph-fields
19 Downloads
Define morph fields used in Laramore