phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 24 forks source link

[NFR] Documentation : the structure and life cycle. #114

Open yassinrais opened 3 years ago

yassinrais commented 3 years ago

Hello Team !

it will be nice to have a minimum documentation or a design(graph) about how the phalcon migration work.

to know which and when methods like afterUp is executed (example afterUp if I understand when all up() methods of all migration files are executed this will be called 😅)

Because without documentation and big lines of codes, its a little hard to use it

Thanks Greetings.

Jeckerson commented 3 years ago

Hello

Yes, we have docs for migrations, did you saw this docs? - https://docs.phalcon.io/4.0/en/db-migrations

Cheers

yassinrais commented 3 years ago

Yes i read it and when you describre that afterUp > Extra method to work for some specific cases We dont really understand how that really work