d7a0ca6
1
2
3
4
5
6
7
8
9
10
11
12
create table if not exists providers ( id bigserial primary key, name text not null, type text not null, category text not null, max_amount text, interest text, note text, chip text[], source_url text, updated_at timestamptz default now() );