1
0
mirror of synced 2024-11-21 20:16:02 +03:00
mg-transport-telegram/migrations/1526308450_app.up.sql
2018-05-23 17:40:09 +03:00

9 lines
134 B
SQL

create table mapping
(
id serial not null
constraint mapping_pkey
primary key,
site_code text,
bot_id text
);