Document template region schema

This commit is contained in:
2026-08-03 17:30:19 +01:00
parent ed8d51580e
commit 37345f3949
+1 -1
View File
@@ -81,7 +81,7 @@ Primary keys are `id` unless noted otherwise. Timestamps are stored as `created_
### `c_template_regions` ### `c_template_regions`
- `id`, `template_id`, `region_key`, `region_type`, `label`, `lock_ratio`, `x`, `y`, `width`, `height`, `z_index`, `created_at`, `created_by`, `modified_at`, `modified_by` - `id`, `template_id`, `region_key`, `region_type`, `label`, `font_family`, `lock_ratio`, `animation_json`, `x`, `y`, `width`, `height`, `z_index`, `created_at`, `created_by`, `modified_at`, `modified_by`
- Foreign key: - Foreign key:
- `template_id` -> `c_templates.id` with `ON DELETE CASCADE` - `template_id` -> `c_templates.id` with `ON DELETE CASCADE`