franznkemaka / fluidbm-cli

⚡ Fluidbm CLI: Import Laravel schema designs to your project with just one command
MIT License
16 stars 0 forks source link

It's possible CHANGE / ALTER / EXCLUDE fields/tables? #3

Open APMU opened 1 year ago

APMU commented 1 year ago

Hello @franznkemaka !

Fluidbm it's a nice idea and a great project!

But, it's possible CHANGE / ALTER / EXCLUDE fields/tables and this reflect on new migrations files? This feature should be very important to manage changes on a project.

Thanks.

franznkemaka commented 1 year ago

Hi @APMU,

I appreciate the feedback & the suggestion 🤩

If I get it right, for the changes executed on Fluidbm tables to be added as Laravel migrations?

It's been a long time more than 10 months I haven't worked on it. But that's a great feature.

At the beginning of the project, I was thinking to implement the push command

npx fluidbm push 

For it to scan all your migrations files and sync it with the schema Table

regards! Franz

franznkemaka commented 10 months ago

@APMU have you been using Laravel ORM recently? if yes on what project scope, working on a beta to try-out