1
0
mirror of synced 2024-11-22 04:26:01 +03:00
mg-transport-telegram/migrations/1526308450_app.up.sql

9 lines
134 B
MySQL
Raw Permalink Normal View History

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