philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Make the name of the system fields like id (primary key), updated_at, created_at, deleted_at, version customizable #73

Open philiplb opened 7 years ago

philiplb commented 7 years ago

So they must not always be named "id", "created_at", "updated_at", "deleted_at", "version".