✏️ 正在编辑: a-1371.sql
路径:
/srv/systems_dir/yuppiecred/data/database/a-1371.sql
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
CREATE TABLE `tb_notificacao_comissionamento` ( `id` int(11) NOT NULL AUTO_INCREMENT, `data_cadastro` date NOT NULL, `corretor_id` int(11) NOT NULL, `grupo_id` int(11) NOT NULL, `banco_id` int(11) NOT NULL, `convenio_id` int(11) NOT NULL, `tipo_produto` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `data_notificacao` datetime DEFAULT NULL, `excluido` tinyint(4) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`), KEY `data_notificacao` (`data_notificacao`), KEY `excluido` (`excluido`), KEY `corretor_id` (`corretor_id`), KEY `grupo_id` (`grupo_id`), KEY `banco_id` (`banco_id`), KEY `convenio_id` (`convenio_id`), KEY `tipo_produto` (`tipo_produto`), KEY `data_cadastro` (`data_cadastro`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ALTER TABLE `tb_bancos` ADD `enviar_notificacao_comissionamento` TINYINT NULL DEFAULT '0';
💾 保存文件
← 返回文件管理器