✏️ 正在编辑: n-562.sql
路径:
/srv/systems_dir/yuppiecred-lidernegocios/data/database/n-562.sql
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
alter table tb_callcenter_motivo_pausa add logout_discador int default 0 not null after tolerancia_pausa; create index tb_callcenter_motivo_pausa_logout_discador_index on tb_callcenter_motivo_pausa (logout_discador); create table tb_callcenter_pausas_programadas ( id int auto_increment primary key, usuario_id int not null, hora_pausa int not null, motivo_id int not null, excluido int default 0 not null, constraint callcenter_pausas_programadas_callcenter_motivo_pausa_id_fk foreign key (motivo_id) references tb_callcenter_motivo_pausa (id), constraint callcenter_pausas_programadas_usuarios_id_fk foreign key (usuario_id) references tb_usuarios (id) ); create index tb_callcenter_pausas_programadas_excluido_index on tb_callcenter_pausas_programadas (excluido);
💾 保存文件
← 返回文件管理器