CHANGE: added work and pause time

This commit is contained in:
2025-02-23 09:44:18 +01:00
parent 6a264a20c0
commit f73cf0884c
5 changed files with 43 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
DROP TABLE IF EXISTS "anwesenheit";
CREATE TABLE "anwesenheit" (
"counter_id" bigserial PRIMARY KEY,
"timestamp" timestamp(6) DEFAULT CURRENT_TIMESTAMP,
"timestamp" timestamptz(6) DEFAULT CURRENT_TIMESTAMP,
"card_uid" varchar(255),
"check_in_out" int2,
"geraet_id" int2