feat: add latitude/longitude columns to tickets table
This commit is contained in:
@@ -353,6 +353,8 @@ model Ticket {
|
||||
title String
|
||||
description String?
|
||||
priority String @default("normal") // low, normal, high, urgent
|
||||
latitude Float?
|
||||
longitude Float?
|
||||
resolvedAt DateTime?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user