Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 293 Bytes

Monlib

Monlib library website

Migrations

To import migrations

php console/migrations.php import _DATABASE_ _FILE_

To export migrations

php console/migrations.php export

To create a table with a json file

php console/migrations.php import _FILE_ new-table