package
5.3.1
Repository: https://github.com/fotomxq/weeekj_core.git
Documentation: pkg.go.dev

# Functions

ClearFields 清理表字段.
CreateFields 创建表.
CreateTable 创建表.
DeleteFields 删除表 必须先删除表数据和结构后才能删除,否则报错.
DeleteTable 删除表 必须先删除表数据和结构后才能删除,否则报错.
GetFieldsDetail 查看表详情.
GetFieldsDetailByTableIDAndFieldName 根据表ID和字段名称的信息.
GetFieldsList 查看列表.
GetFieldsListByTableID 获取表的所有列.
GetTableDetail 查看表详情.
GetTableDetailByName 找到表名称.
GetTableList 查看列表.
ImportStructExcel 通用导入Excel文件快速建立表结构.
No description provided by the author
UpdateFields 修改表.
UpdateTable 修改表.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
字段数据类型 integer/bigint/float/text/bool/date/datetime.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
表单字段类型枚举值 input/number/textarea/select/radio/checkbox/date/datetime.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ArgsCreateFields 创建表参数.
ArgsCreateTable 创建表参数.
ArgsGetFieldsList 查看列表参数.
ArgsGetTableList 查看列表参数.
ArgsImportStructExcel 通用导入Excel文件快速建立表结构参数.
ArgsUpdateFields 修改表参数.
ArgsUpdateTable 修改表参数.
FieldsFields 表结构.
FieldsTable 基础表信息 注意不要将多个来源混合到一个表中,应拆分表;可以将一个来源根据需求,进行拆分,但不推荐.