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

9 lines
134 B
MySQL
Raw Normal View History

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