Untitled
Anonymous
plain_text
11/06/2024 12:56 PM
696 B
12
Indexable
CREATE TABLE public.txn_blackout_master (
txn_id character varying(255),
message character varying(1000),
epic character varying(255),
start_time timestamp without time zone DEFAULT now(),
end_time timestamp without time zone DEFAULT now(),
status character varying(255),
idapp character varying(255),
req_date timestamp without time zone DEFAULT now(),
req_id character varying(255),
id bigint NOT NULL,
channel_id character varying(255),
maker_id character varying(7)
);Editor is loading...
Leave a Comment