This commit is contained in:
2024-11-27 02:17:22 +01:00
parent 3ae1a29cc9
commit 89211b21c6
3 changed files with 6 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ CREATE TABLE public.received
unit_name text NULL,
unit_type text NULL,
tool_name text NULL,
tool_type text NULL,
tool_data text NULL,
status int2 DEFAULT 0 NULL,
created_at timestamptz DEFAULT CURRENT_TIMESTAMP NULL,