atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

$field->persist attribute #20

Open georgehristov opened 4 years ago

georgehristov commented 4 years ago

https://github.com/atk4/schema/blob/a43075334ada3c81b93af59b78d642442220cc71/src/Migration.php#L230

Suggest to introduce $persist attribute in the atk4\data\Field class with functionality as follows:

georgehristov commented 4 years ago

Similar concept already laid out in atk4/data/feature/number-field branch