1
0
Fork 0
mirror of synced 2025-04-09 12:02:01 +00:00
mg-transport-telegram/migrations/1526308450_app.up.sql
2018-05-23 17:40:09 +03:00

8 lines
134 B
SQL

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