Няма описание
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.

sql_solution_sql.md 785B

同步SQL代码表

基本信息

  • 表名: sync_solution_sql
  • 表注释: 同步SQL代码表 - 存储数据仓库同步脚本

字段列表

  1. 主键标识

    • sync_id - 同步代码 (varchar(50))
  2. 同步基本信息

    • sync_name - 同步名称 (varchar(100))
    • solution_id - 方案代码 (varchar(32))
  3. SQL脚本内容

    • code_sql - SQL代码 (text)
    • count_sql - 统计记录总SQL代码 (text)
  4. 状态信息

    • is_active - 是否启用 (tinyint(1), 默认1)
  5. 系统字段

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

参考文件

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