pull/222/head
SneedBot 2024-01-29 08:00:15 +00:00
parent d6c681107f
commit 008bf66869
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ CREATE TABLE public.subscriptions (
--
CREATE TABLE public.transactions (
id character varying(66) NOT NULL,
id character varying(67) NOT NULL,
created_utc integer NOT NULL,
type character varying(12) NOT NULL,
amount integer NOT NULL,