1 Star 0 Fork 1

zhengjunbo/dbcompare

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

搜索帮助