Skip to content

Instantly share code, notes, and snippets.

@meanother
Created October 14, 2021 19:24
Show Gist options
  • Save meanother/3078419224ae60e8059b804cb90efb0a to your computer and use it in GitHub Desktop.
Save meanother/3078419224ae60e8059b804cb90efb0a to your computer and use it in GitHub Desktop.
create table if not exists home.dth_banki_responses (
id int,
link varchar(255) not null,
...
action char(1) not null,
valid_from timestamptz not null
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment