From 37345f39496bbfd677c54c10861205b41759ae01 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Mon, 3 Aug 2026 17:30:19 +0100 Subject: [PATCH] Document template region schema --- docs/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema.md b/docs/schema.md index 68551d7..df18fa4 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -81,7 +81,7 @@ Primary keys are `id` unless noted otherwise. Timestamps are stored as `created_ ### `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: - `template_id` -> `c_templates.id` with `ON DELETE CASCADE`