From ed7a98de612c2e81d14c992ee348e40b733d51ff Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 28 Aug 2024 22:53:04 +1200 Subject: [PATCH] add comment --- prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 40b91e4..eeb0cb4 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -48,6 +48,7 @@ model Node { neighbours Json? neighbours_updated_at DateTime? + // this column tracks when an mqtt gateway node uplinked a packet mqtt_connection_state_updated_at DateTime? created_at DateTime @default(now())