Why a human designs the schema
AI can produce a schema that works, but it does not know where the product is heading in two years. Tenant separation, soft deletes, currency fields and which time zone your timestamps are stored in are the decisions that are hardest to correct later. An engineer designs these tables, and generated migration files are read line by line before they are merged. This is the one part of the stack where being slow up front is genuinely cheap.





