Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 375 Bytes

File metadata and controls

19 lines (12 loc) · 375 Bytes

SQL to Migration for CodeIgniter 4

This package generates CodeIgniter 4 migration files from SQL dump files. It has support for foreign keys, triggers, and DB prefix.

Install

Install with Composer:

composer require bertugfahriozer/sql2migration

Useage

php spark sql2migration /path/to/database.sql

For details: Documentation