Z3d0X / filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps
https://filamentphp.com/plugins/fabricator
MIT License
252 stars 48 forks source link

Configurable Database Table & Migration Down Method #19

Closed mrlinnth closed 1 year ago

mrlinnth commented 1 year ago

@Z3d0X faced an issue when I rollback my migration since it is missing down().

I would like to discuss and confirm the following enhancement with you.

Z3d0X commented 1 year ago
* add new config `'page-table-name'  => 'pages'`

* use above config in migration and model
  If you agreed, I can create another PR for it.

Okay. You can continue your work on this PR

mrlinnth commented 1 year ago

@Z3d0X sorry for the delay. I have updated and pushed.