✏️ 正在编辑: 114.sql
路径:
/srv/systems_dir/yuppiecred/data/database/114.sql
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
CREATE TABLE IF NOT EXISTS `tb_layout_banco` ( `id` int(11) NOT NULL AUTO_INCREMENT, `descricao` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `banco_id` int(11) NOT NULL, `excluido` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `banco_id` (`banco_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; CREATE TABLE IF NOT EXISTS `tb_layout_banco_letras` ( `id` int(11) NOT NULL AUTO_INCREMENT, `campo` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `letra` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `layout_id` int(11) NOT NULL, `excluido` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `layout_id` (`layout_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
💾 保存文件
← 返回文件管理器