1 Star 0 Fork 1

zhengjunbo/dbcompare

forked from khda/dbcompare 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
db_index_field.py 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
khda 提交于 2021-10-19 16:24 +08:00 . first commit
# -*- coding=utf-8 -*-
class DBIndexField:
def __init__(self, column_name, non_unique, seq_in_index, index_type, is_visible):
self.column_name = column_name
self.non_unique = non_unique
self.seq_in_index = seq_in_index
self.index_type = index_type
self.is_visible = is_visible
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhengjunbo/dbcompare.git
git@gitee.com:zhengjunbo/dbcompare.git
zhengjunbo
dbcompare
dbcompare
master

搜索帮助