Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

表定义提示词:数据库表字典表

基本信息

  • 表名: dic_table
  • 表注释: 数据库字典表 - 管理数据库表字典

字段列表

1. 主键标识

  • table_id - 表ID (varchar(64))

2. 方案基础信息

  • table_type - 表类型 (varchar(20)): ‘实体表,视图,物化视图,‘
  • table_name - 表名称 (varchar(100))
  • description - 表描述 (varchar(500))

3. 系统字段

  • created_at - 创建时间
  • updated_at - 更新时间
  • deleted_at - 删除时间

参考文件

请参考代码风格: /Users/kenqdy/Documents/v-bdx-workspace/svc-configure/internal/tables/config_project_skill.go