Hacker News new | ask | show | jobs
by Cthulhu_ 1020 days ago
I've worked with / on an application like that, it had all form fields awkwardly configured in a database, plus a complicated database migration script to add, remove and update those fields.

When I rewrote the application I just hardcoded the form fields, nobody should need to do a database migration to change an otherwise mostly static form.