mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
It’s a UUID column, but by default Marshmallow wants to select the id from the users table, not from the templates table, because the two are foreign-keyed. Adding the property explicity like this forces it to select from the `created_by_id` column, but still serialises it to the `created_by` field to avoid any breaking change.
22 KiB
22 KiB