phinx

PHOTO EMBED

Wed May 01 2024 22:57:14 GMT+0000 (Coordinated Universal Time)

Saved by @jdeveloper #php

composer require robmorgan/phinx
composer require symfony/yaml
composer require fzaninotto/faker


migrations:
phinx create ClearTableData
vendor\bin\phinx migrate
vendor\bin\phinx rollback



phinx seed:create AddUser
phinx seed:run
phinx seed:run -s ClienteSeed
content_copyCOPY