[SPRINT 1] Création table events #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Événements (absence, congés, arrêt, RPE).
Colonnes : id (PK), type (CHECK valeurs prévues), child_id (FK→children.id), am_id (FK→users.id), parent_id (FK→parents.user_id), created_by (FK→users.id), start_date, end_date, comments, status (default 'proposed'), grace_deadline, urgency (bool), created_at, updated_at.
Index : (child_id,start_date), (created_by,created_at).
Critères d’acceptation
Insertion événements OK.
Requêtes par enfant/date performantes.
DBML & Eraser à jour.