Created
October 14, 2021 19:24
-
-
Save meanother/3078419224ae60e8059b804cb90efb0a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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