diff --git a/client/data/resources/database.dbml b/client/data/resources/database.dbml index befc143..f41651a 100644 --- a/client/data/resources/database.dbml +++ b/client/data/resources/database.dbml @@ -13,6 +13,9 @@ Table posture { // Proportion of time that posture is good within period prop_good REAL + // Proportion of time the user is in the frame + prop_in_frame REAL + period_start DATETIME period_end DATETIME } \ No newline at end of file