DG
Size: a a a
DG
Е
Е
hk
К
hk
N
AF
-- auto-generated definition
create table users_plots_ping
(
user_id integer,
plot_id uuid not null,
ping_timestamp timestamp default CURRENT_TIMESTAMP not null
);
alter table users_plots_ping
owner to poolstats;
create index users_plots_ping_user_id_ping_timestamp_index
on users_plots_ping (user_id asc, ping_timestamp desc);
ДС
СГ
DG
К
ДС
AF
A
DG
К
AF
𝓐
DG