3973 lines
105 KiB
Markdown
3973 lines
105 KiB
Markdown
# 瓦拉英语业务数据库表结构总览(完整版)
|
||
## 使用说明
|
||
- 每个表开头的【表用途注释】行可填写该表的业务用途说明
|
||
- 每个字段的【注释】列可填写该字段的业务含义说明
|
||
- 所有空注释位置均可直接编辑补充
|
||
---
|
||
## 一、线上PostgreSQL库(正式环境用户行为数据)
|
||
- **地址:** bj-postgres-16pob4sg.sql.tencentcdb.com:28591
|
||
- **库名:** vala_bi
|
||
- **权限:** 只读
|
||
---
|
||
### account_activity_count
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| time_period | integer | |
|
||
| counts | integer | |
|
||
| stat_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_detail_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| login_time | text | |
|
||
| device | text | |
|
||
| device_os | text | |
|
||
| login_address | text | |
|
||
| login_times | integer | |
|
||
| created_time | timestamp with time zone | |
|
||
| phone_login_times | integer | |
|
||
|
||
### account_device
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| device | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_login
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| login_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
| status | integer | |
|
||
|
||
### account_paid_activity_count
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| time_period | integer | |
|
||
| counts | integer | |
|
||
| stat_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### bi_level_unit_lesson
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| course_level | character varying | |
|
||
| course_season | character varying | |
|
||
| course_unit | character varying | |
|
||
| course_lesson | character varying | |
|
||
| id | integer | |
|
||
|
||
### bi_refund_order
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| out_trade_no | character varying | |
|
||
| trade_no | character varying | |
|
||
| refund_amount | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| refund_amount_int | integer | |
|
||
| reason | text | |
|
||
| sale_channel | integer | |
|
||
| status | integer | |
|
||
| is_admin | boolean | |
|
||
| channel_refund_id | bigint | |
|
||
| refund_ticket_ids | text | |
|
||
| refund_type | integer | |
|
||
| refund_method | integer | |
|
||
| after_sale_no | text | |
|
||
|
||
### bi_user_chapter_play_record_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_7
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_7
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_course_detail
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| account_id | integer | |
|
||
| user_id | integer | |
|
||
| course_level | text | |
|
||
| active_time | timestamp with time zone | |
|
||
| expire_time | timestamp with time zone | |
|
||
| latest_unit_index | integer | |
|
||
| latest_lesson_index | integer | |
|
||
| learn_duration | integer | |
|
||
| last_learn_time | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
|
||
### bi_user_task_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| user_id | integer | |
|
||
| task_type | integer | |
|
||
| task_id | integer | |
|
||
| status | integer | |
|
||
| start_time | bigint | |
|
||
| updated_at | timestamp with time zone | |
|
||
| created_at | timestamp with time zone | |
|
||
|
||
### bi_user_unit_challenge_question_result
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| story_id | bigint | |
|
||
| score | integer | |
|
||
| score_text | character varying | |
|
||
| question_list | text | |
|
||
| sp_value | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| category | character varying | |
|
||
| exp | integer | |
|
||
| play_time | bigint | |
|
||
| read_word_count | bigint | |
|
||
| listen_time | bigint | |
|
||
| speak_count | bigint | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_unit_review_question_result
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| story_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| unique_id | character varying | |
|
||
| score | integer | |
|
||
| score_text | character varying | |
|
||
| question_list | text | |
|
||
| sp_value | integer | |
|
||
| exp | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| play_time | bigint | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_unit_summary_km_result
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| story_id | bigint | |
|
||
| km_id | character varying | |
|
||
| km_type | character varying | |
|
||
| score_text | character varying | |
|
||
| sp_value | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| play_time | bigint | |
|
||
| sum_explain | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_vala_app_account
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | character varying | |
|
||
| tel_encrypt | character varying | |
|
||
| name | character varying | |
|
||
| id_card | character varying | |
|
||
| status | smallint | |
|
||
| pay_status | integer | |
|
||
| login_times | integer | |
|
||
| remark | text | |
|
||
| key_from | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| download_channel | text | |
|
||
|
||
### bi_vala_app_character
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| nickname | character varying | |
|
||
| gender | smallint | |
|
||
| birthday | character varying | |
|
||
| avatar | text | |
|
||
| spine_name | character varying | |
|
||
| latest_login | timestamp with time zone | |
|
||
| reputation | character | |
|
||
| robots_cnt | integer | |
|
||
| head_image | character varying | |
|
||
| status | smallint | |
|
||
| purchase_season_package | text | |
|
||
| total_sp_point | integer | |
|
||
| balance_sp_point | integer | |
|
||
| point | integer | |
|
||
| pay_status | smallint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| mood | integer | |
|
||
| mood_start_time | bigint | |
|
||
|
||
### bi_vala_order
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| out_trade_no | character varying | |
|
||
| trade_no | character varying | |
|
||
| pay_amount | character varying | |
|
||
| goods_id | bigint | |
|
||
| order_status | integer | |
|
||
| order_status_comment | text | |
|
||
| is_used | integer | |
|
||
| sale_channel | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| pay_channel | integer | |
|
||
| pay_amount_int | integer | |
|
||
| pay_success_date | timestamp with time zone | |
|
||
| quantity | integer | |
|
||
| goods_name | text | |
|
||
| goods_apply_package_ids | text | |
|
||
| key_from | text | |
|
||
| expire_days | integer | |
|
||
|
||
### data_sync_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| job_name | text | |
|
||
| database_name | text | |
|
||
| origin_table | text | |
|
||
| dest_table | text | |
|
||
| deal_time | timestamp with time zone | |
|
||
| full_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
|
||
### feishu_table_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| data_table | text | |
|
||
| record_id | text | |
|
||
| created_at | timestamp with time zone | |
|
||
|
||
### growth_activity_behavior
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| es_id | character varying | |
|
||
| account_id | integer | |
|
||
| account_name | character varying | |
|
||
| activity | text | |
|
||
| behavior | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| info | text | |
|
||
| source | character varying | |
|
||
| sub_behavior | character varying | |
|
||
| user_id | integer | |
|
||
| user_name | character varying | |
|
||
|
||
### user_behavior_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_10
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_11
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_12
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_13
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_14
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_15
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_7
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_8
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_9
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_buried_points
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| burying_point_id | integer | |
|
||
| burying_point_name | character varying | |
|
||
| burying_point_sub_id | integer | |
|
||
| burying_point_sub_name | character varying | |
|
||
| account_id | integer | |
|
||
| account_name | character varying | |
|
||
| character_id | integer | |
|
||
| character_name | character varying | |
|
||
| active_time | integer | |
|
||
| version_id | character varying | |
|
||
| step_duration | integer | |
|
||
| finish_status | character varying | |
|
||
| season_package_id | integer | |
|
||
| season_package_name | character varying | |
|
||
| unit_id | integer | |
|
||
| unit_name | character varying | |
|
||
| lesson_id | integer | |
|
||
| lesson_name | character varying | |
|
||
| component_id | integer | |
|
||
| component_name | character varying | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| learning_module_id | integer | |
|
||
| learning_module_name | character varying | |
|
||
| learning_point_id | integer | |
|
||
| learning_point_name | character varying | |
|
||
| card_id | integer | |
|
||
| card_name | character varying | |
|
||
| data_version | character varying | |
|
||
| ex2 | text | |
|
||
| ex3 | text | |
|
||
| es_id | character varying | |
|
||
|
||
### user_behavior_count_tmp
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| behavior | text | |
|
||
| register_time_date | text | |
|
||
| count | integer | |
|
||
|
||
### user_detail_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| latest_login_time | bigint | |
|
||
| latest_active_time | bigint | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_done_duration
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| chapter_id | integer | |
|
||
| duration | integer | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_learning
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| stat_date | text | |
|
||
| learning_time | integer | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
---
|
||
## 二、测试PostgreSQL库(测试环境行为数据)
|
||
- **地址:** bj-postgres-642mcico.sql.tencentcdb.com:21531
|
||
- **库名:** vala_bi
|
||
- **权限:** 只读
|
||
---
|
||
### account_activity_count
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| time_period | integer | |
|
||
| counts | integer | |
|
||
| stat_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_behavior_count
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| count | integer | |
|
||
| behavior | text | |
|
||
| behavior_group | text | |
|
||
| stat_date | text | |
|
||
| dt | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_detail_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| login_time | text | |
|
||
| device | text | |
|
||
| device_os | text | |
|
||
| login_address | text | |
|
||
| login_times | integer | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_device
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| device | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### account_login
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| login_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
| status | integer | |
|
||
|
||
### account_paid_activity_count
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| time_period | integer | |
|
||
| counts | integer | |
|
||
| stat_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### bi_refund_order
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| out_trade_no | character varying | |
|
||
| trade_no | character varying | |
|
||
| refund_amount | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| refund_amount_int | integer | |
|
||
| reason | text | |
|
||
| sale_channel | integer | |
|
||
| status | integer | |
|
||
| is_admin | boolean | |
|
||
| channel_refund_id | bigint | |
|
||
| refund_ticket_ids | text | |
|
||
| refund_type | integer | |
|
||
| refund_method | integer | |
|
||
| after_sale_no | text | |
|
||
|
||
### bi_user_chapter_play_record_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_chapter_play_record_7
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| play_status | smallint | |
|
||
| story_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| map_position | text | |
|
||
| dialog_info | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_component_play_record_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| chapter_unique_id | character varying | |
|
||
| component_id | bigint | |
|
||
| sub_component_type | smallint | |
|
||
| component_type | smallint | |
|
||
| comp_type | character varying | |
|
||
| play_status | smallint | |
|
||
| pass_time | integer | |
|
||
| interval_time | integer | |
|
||
| read_word_count | integer | |
|
||
| speak_count | integer | |
|
||
| listen_sentence_count | integer | |
|
||
| write_word_count | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| section_id | bigint | |
|
||
| component_unique_code | character varying | |
|
||
| play_result | character varying | |
|
||
| finish_question_count | integer | |
|
||
| skill_points | integer | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| user_behavior_info | text | |
|
||
| behavior_analysis_info | text | |
|
||
| session_id | character varying | |
|
||
| listen_time | integer | |
|
||
| dialog_list | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_course_detail
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| account_id | integer | |
|
||
| user_id | integer | |
|
||
| course_level | text | |
|
||
| active_time | timestamp with time zone | |
|
||
| expire_time | timestamp with time zone | |
|
||
| latest_unit_index | integer | |
|
||
| latest_lesson_index | integer | |
|
||
| learn_duration | integer | |
|
||
| last_learn_time | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
|
||
### bi_user_unit_challenge_question_result
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| story_id | bigint | |
|
||
| score | integer | |
|
||
| score_text | character varying | |
|
||
| question_list | text | |
|
||
| sp_value | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| category | character varying | |
|
||
| exp | integer | |
|
||
| play_time | bigint | |
|
||
| read_word_count | bigint | |
|
||
| listen_time | bigint | |
|
||
| speak_count | bigint | |
|
||
| level | character varying | |
|
||
|
||
### bi_user_unit_summary_km_result
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| story_id | bigint | |
|
||
| km_id | character varying | |
|
||
| km_type | character varying | |
|
||
| score_text | character varying | |
|
||
| sp_value | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| play_time | bigint | |
|
||
| sum_explain | text | |
|
||
| level | character varying | |
|
||
|
||
### bi_vala_app_account
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | character varying | |
|
||
| tel_encrypt | character varying | |
|
||
| name | character varying | |
|
||
| id_card | character varying | |
|
||
| status | smallint | |
|
||
| pay_status | integer | |
|
||
| login_times | integer | |
|
||
| remark | text | |
|
||
| key_from | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| download_channel | text | |
|
||
|
||
### bi_vala_app_character
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| nickname | character varying | |
|
||
| gender | smallint | |
|
||
| birthday | character varying | |
|
||
| avatar | text | |
|
||
| spine_name | character varying | |
|
||
| latest_login | timestamp with time zone | |
|
||
| reputation | character | |
|
||
| robots_cnt | integer | |
|
||
| head_image | character varying | |
|
||
| status | smallint | |
|
||
| purchase_season_package | text | |
|
||
| total_sp_point | integer | |
|
||
| balance_sp_point | integer | |
|
||
| point | integer | |
|
||
| pay_status | smallint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| mood | integer | |
|
||
| mood_start_time | bigint | |
|
||
|
||
### bi_vala_order
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| out_trade_no | character varying | |
|
||
| trade_no | character varying | |
|
||
| pay_amount | character varying | |
|
||
| goods_id | bigint | |
|
||
| order_status | integer | |
|
||
| order_status_comment | text | |
|
||
| is_used | integer | |
|
||
| sale_channel | integer | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
| deleted_at | timestamp with time zone | |
|
||
| pay_channel | integer | |
|
||
| pay_amount_int | integer | |
|
||
| pay_success_date | timestamp with time zone | |
|
||
| quantity | integer | |
|
||
| goods_name | text | |
|
||
| goods_apply_package_ids | text | |
|
||
| key_from | text | |
|
||
| expire_days | integer | |
|
||
|
||
### data_sync_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| job_name | text | |
|
||
| database_name | text | |
|
||
| origin_table | text | |
|
||
| dest_table | text | |
|
||
| deal_time | timestamp with time zone | |
|
||
| full_id | bigint | |
|
||
| created_at | timestamp with time zone | |
|
||
| updated_at | timestamp with time zone | |
|
||
|
||
### feishu_table_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| data_table | text | |
|
||
| record_id | text | |
|
||
| created_at | timestamp with time zone | |
|
||
|
||
### growth_activity_behavior
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| es_id | character varying | |
|
||
| account_id | integer | |
|
||
| account_name | character varying | |
|
||
| activity | text | |
|
||
| behavior | character varying | |
|
||
| created_at | timestamp with time zone | |
|
||
| info | text | |
|
||
| source | character varying | |
|
||
| sub_behavior | character varying | |
|
||
| user_id | integer | |
|
||
| user_name | character varying | |
|
||
|
||
### user_behavior_0
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_1
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_10
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_11
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_12
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_13
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_14
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_15
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_2
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_4
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_5
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_6
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_7
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_8
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_9
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| behavior | text | |
|
||
| behavior_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_behavior_buried_points
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | integer | |
|
||
| burying_point_id | integer | |
|
||
| burying_point_name | character varying | |
|
||
| burying_point_sub_id | integer | |
|
||
| burying_point_sub_name | character varying | |
|
||
| account_id | integer | |
|
||
| account_name | character varying | |
|
||
| character_id | integer | |
|
||
| character_name | character varying | |
|
||
| active_time | integer | |
|
||
| version_id | character varying | |
|
||
| step_duration | integer | |
|
||
| finish_status | character varying | |
|
||
| season_package_id | integer | |
|
||
| season_package_name | character varying | |
|
||
| unit_id | integer | |
|
||
| unit_name | character varying | |
|
||
| lesson_id | integer | |
|
||
| lesson_name | character varying | |
|
||
| component_id | integer | |
|
||
| component_name | character varying | |
|
||
| c_type | character varying | |
|
||
| c_id | character varying | |
|
||
| learning_module_id | integer | |
|
||
| learning_module_name | character varying | |
|
||
| learning_point_id | integer | |
|
||
| learning_point_name | character varying | |
|
||
| card_id | integer | |
|
||
| card_name | character varying | |
|
||
| data_version | character varying | |
|
||
| ex2 | text | |
|
||
| ex3 | text | |
|
||
| es_id | character varying | |
|
||
|
||
### user_behavior_count_tmp
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| behavior | text | |
|
||
| register_time_date | text | |
|
||
| count | integer | |
|
||
|
||
### user_detail_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| latest_login_time | bigint | |
|
||
| latest_active_time | bigint | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
### user_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | integer | |
|
||
| user_id | integer | |
|
||
| gender | integer | |
|
||
| birthday | text | |
|
||
| register_time_date | text | |
|
||
| created_time | timestamp with time zone | |
|
||
| register_time | text | |
|
||
|
||
### user_learning
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | integer | |
|
||
| stat_date | text | |
|
||
| learning_time | integer | |
|
||
| created_time | timestamp with time zone | |
|
||
|
||
---
|
||
## 三、线上MySQL库(线上版本配置/订单/用户数据)
|
||
- **地址:** bj-cdb-dh2fkqa0.sql.tencentcdb.com:27751
|
||
- **权限:** 只读
|
||
---
|
||
### casbin_rule
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| ptype | varchar | |
|
||
| v0 | varchar | |
|
||
| v1 | varchar | |
|
||
| v2 | varchar | |
|
||
| v3 | varchar | |
|
||
| v4 | varchar | |
|
||
| v5 | varchar | |
|
||
|
||
### exa_customers
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| customer_name | varchar | |
|
||
| customer_phone_data | varchar | |
|
||
| sys_user_id | bigint | |
|
||
| sys_user_authority_id | bigint | |
|
||
|
||
### exa_file_chunks
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| exa_file_id | bigint | |
|
||
| file_chunk_number | bigint | |
|
||
| file_chunk_path | varchar | |
|
||
|
||
### exa_file_upload_and_downloads
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| url | varchar | |
|
||
| tag | varchar | |
|
||
| key | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### exa_files
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| file_name | varchar | |
|
||
| file_md5 | varchar | |
|
||
| file_path | varchar | |
|
||
| chunk_total | bigint | |
|
||
| is_finish | tinyint | |
|
||
|
||
### jwt_blacklists
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| jwt | text | |
|
||
|
||
### sys_apis
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| path | varchar | |
|
||
| description | varchar | |
|
||
| api_group | varchar | |
|
||
| method | varchar | |
|
||
|
||
### sys_authorities
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| authority_id | bigint | |
|
||
| authority_name | varchar | |
|
||
| parent_id | bigint | |
|
||
| default_router | varchar | |
|
||
|
||
### sys_authority_btns
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| authority_id | bigint | |
|
||
| sys_menu_id | bigint | |
|
||
| sys_base_menu_btn_id | bigint | |
|
||
|
||
### sys_authority_menus
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_base_menu_id | bigint | |
|
||
| sys_authority_authority_id | bigint | |
|
||
|
||
### sys_auto_code_histories
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| package | varchar | |
|
||
| business_db | varchar | |
|
||
| table_name | varchar | |
|
||
| request_meta | text | |
|
||
| auto_code_path | text | |
|
||
| injection_meta | text | |
|
||
| struct_name | varchar | |
|
||
| struct_cn_name | varchar | |
|
||
| api_ids | varchar | |
|
||
| flag | bigint | |
|
||
|
||
### sys_auto_codes
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| package_name | varchar | |
|
||
| label | varchar | |
|
||
| desc | varchar | |
|
||
|
||
### sys_base_menu_btns
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| name | varchar | |
|
||
| desc | varchar | |
|
||
| sys_base_menu_id | bigint | |
|
||
|
||
### sys_base_menu_parameters
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| sys_base_menu_id | bigint | |
|
||
| type | varchar | |
|
||
| key | varchar | |
|
||
| value | varchar | |
|
||
|
||
### sys_base_menus
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| menu_level | bigint | |
|
||
| parent_id | varchar | |
|
||
| path | varchar | |
|
||
| name | varchar | |
|
||
| hidden | tinyint | |
|
||
| component | varchar | |
|
||
| sort | bigint | |
|
||
| active_name | varchar | |
|
||
| keep_alive | tinyint | |
|
||
| default_menu | tinyint | |
|
||
| title | varchar | |
|
||
| icon | varchar | |
|
||
| close_tab | tinyint | |
|
||
|
||
### sys_chat_gpt_options
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sk | varchar | |
|
||
|
||
### sys_data_authority_id
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_authority_authority_id | bigint | |
|
||
| data_authority_id_authority_id | bigint | |
|
||
|
||
### sys_dictionaries
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| name | varchar | |
|
||
| type | varchar | |
|
||
| status | tinyint | |
|
||
| desc | varchar | |
|
||
|
||
### sys_dictionary_details
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| label | varchar | |
|
||
| value | bigint | |
|
||
| extend | varchar | |
|
||
| status | tinyint | |
|
||
| sort | bigint | |
|
||
| sys_dictionary_id | bigint | |
|
||
|
||
### sys_operation_records
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| updated_at | datetime | |
|
||
| nick_name | varchar | |
|
||
| body | text | |
|
||
| path | varchar | |
|
||
| ip | varchar | |
|
||
| method | varchar | |
|
||
| status | bigint | |
|
||
| latency | bigint | |
|
||
| agent | varchar | |
|
||
| error_message | varchar | |
|
||
| resp | text | |
|
||
| user_id | bigint | |
|
||
| deleted_at | datetime | |
|
||
| created_at | datetime | |
|
||
|
||
### sys_user_authority
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_user_id | bigint | |
|
||
| sys_authority_authority_id | bigint | |
|
||
|
||
### sys_users
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| uuid | varchar | |
|
||
| username | varchar | |
|
||
| password | varchar | |
|
||
| nick_name | varchar | |
|
||
| authority_id | bigint | |
|
||
| side_mode | varchar | |
|
||
| header_img | varchar | |
|
||
| base_color | varchar | |
|
||
| active_color | varchar | |
|
||
| phone | varchar | |
|
||
| email | varchar | |
|
||
| enable | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_app_account
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | varchar | |
|
||
| tel_encrypt | varchar | |
|
||
| name | varchar | |
|
||
| id_card | varchar | |
|
||
| status | tinyint | |
|
||
| pay_status | int | |
|
||
| login_times | int | |
|
||
| remark | text | |
|
||
| key_from | varchar | |
|
||
| download_channel | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_app_character
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| nickname | varchar | |
|
||
| gender | tinyint | |
|
||
| birthday | varchar | |
|
||
| avatar | text | |
|
||
| spine_name | varchar | |
|
||
| latest_login | datetime | |
|
||
| reputation | char | |
|
||
| robots_cnt | int | |
|
||
| head_image | varchar | |
|
||
| status | tinyint | |
|
||
| purchase_season_package | text | |
|
||
| total_sp_point | int | |
|
||
| balance_sp_point | int | |
|
||
| point | int | |
|
||
| pay_status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| mood | int | |
|
||
| mood_start_time | bigint | |
|
||
|
||
### vala_applet_user
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | varchar | |
|
||
| open_id | varchar | |
|
||
| session_key | varchar | |
|
||
| union_id | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_card_use_statistics
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| card_type | tinyint | |
|
||
| card_id | int | |
|
||
| count_num | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_chat
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| mod_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| chat_id | varchar | |
|
||
| msg | varchar | |
|
||
| assistant | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_friend_relation
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| resource_id | int | |
|
||
| relation_type | tinyint | |
|
||
| chapter_id | int | |
|
||
| component_id | int | |
|
||
| interact_times | int | |
|
||
| favor_level | int | |
|
||
| content_show | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_invitation_code
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| code | varchar | |
|
||
| owner | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_invitation_code_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| code_id | bigint | |
|
||
| ip_address | varchar | |
|
||
| city | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_relation_level
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| level | int | |
|
||
| upgrade_need_value | int | |
|
||
| total_require_value | int | |
|
||
| favorability_lower_limit | int | |
|
||
| favorability_upper_limit | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_seasonal_ticket
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| unique_code | varchar | |
|
||
| account_id | bigint | |
|
||
| account_name | varchar | |
|
||
| tel | varchar | |
|
||
| give_time | int | |
|
||
| expire_time | int | |
|
||
| expire_type | tinyint | |
|
||
| ticket_type | tinyint | |
|
||
| used_time | int | |
|
||
| season_package_id | bigint | |
|
||
| season_package_name | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_card_component_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| component_type | bigint | |
|
||
| sub_component_type | bigint | |
|
||
| component_id | bigint | |
|
||
| card_content | text | |
|
||
| is_new | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_card_plot_upgrade
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| plot_card_id | bigint | |
|
||
| is_have_upgrade | bigint | |
|
||
| white_card_status | tinyint | |
|
||
| flash_card_status | tinyint | |
|
||
| is_new | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_chapter_and_component_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | text | |
|
||
| component_id | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_chapter_finish_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_chat_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| sub_component_type | bigint | |
|
||
| component_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| dialog_list | text | |
|
||
| dialog_score | text | |
|
||
| tencent_soe | text | |
|
||
| chat_review_resp | text | |
|
||
| cost_time | int | |
|
||
| insert_time | datetime | |
|
||
| log_type | tinyint | |
|
||
| deal_status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_drama_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| component_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_friend_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| favorability_value | int | |
|
||
| level | int | |
|
||
| relation_type | tinyint | |
|
||
| interact_times | int | |
|
||
| story_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_game_finish_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_interact_chat_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| type | varchar | |
|
||
| name | varchar | |
|
||
| text | varchar | |
|
||
| interactive_type | text | |
|
||
| interactive_selected | tinyint | |
|
||
| chat_time | datetime | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_interact_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| component_type | tinyint | |
|
||
| relation_type | tinyint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| summary | text | |
|
||
| dialog_list | text | |
|
||
| dialog_score | text | |
|
||
| tencent_soe | text | |
|
||
| chat_review_resp | text | |
|
||
| cost_time | int | |
|
||
| insert_time | datetime | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| favor_value | int | |
|
||
|
||
### vala_user_learn_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| score | float | |
|
||
| score_level | char | |
|
||
| unique_code | varchar | |
|
||
| source_type | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_user_long_term_memory
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| npc_id | int | |
|
||
| robot_id | int | |
|
||
| config_id | int | |
|
||
| session_id | varchar | |
|
||
| log_id | int | |
|
||
| source | varchar | |
|
||
| source_type | varchar | |
|
||
| memory_type | varchar | |
|
||
| sub_type | varchar | |
|
||
| user_content | text | |
|
||
| system_content | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_robot
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | bigint | |
|
||
| robot_id | bigint | |
|
||
| robot_level | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_user_word_statistics
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| word_pattern_id | varchar | |
|
||
| count_num | int | |
|
||
| content_type | char | |
|
||
| source_type | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
---
|
||
## 四、测试MySQL库(测试环境配置/用户数据)
|
||
- **地址:** bj-cdb-8frbdwju.sql.tencentcdb.com:25413
|
||
- **权限:** 只读
|
||
---
|
||
### ai_reviewer_issue_records
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| table_name | varchar | |
|
||
| record_key | varchar | |
|
||
| issue_type | varchar | |
|
||
| issue_location | varchar | |
|
||
| issue_description | text | |
|
||
| issue_detail | text | |
|
||
| source_content | text | |
|
||
| raw_llm_output | text | |
|
||
| review_model | varchar | |
|
||
| review_result | varchar | |
|
||
| review_reason | text | |
|
||
| is_notified | tinyint | |
|
||
| is_exported | tinyint | |
|
||
| created_at | datetime | |
|
||
| notified_at | datetime | |
|
||
|
||
### ai_reviewer_scan_metadata
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| table_name | varchar | |
|
||
| last_full_scan_at | datetime | |
|
||
| full_scan_status | varchar | |
|
||
| scan_offset_hours | int | |
|
||
| total_records_scanned | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
|
||
### ai_reviewer_scan_records
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| table_name | varchar | |
|
||
| record_key | varchar | |
|
||
| last_updated_at | datetime | |
|
||
| last_scanned_at | datetime | |
|
||
| scan_status | varchar | |
|
||
| has_issues | tinyint | |
|
||
| content_hash | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
|
||
### casbin_rule
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| ptype | varchar | |
|
||
| v0 | varchar | |
|
||
| v1 | varchar | |
|
||
| v2 | varchar | |
|
||
| v3 | varchar | |
|
||
| v4 | varchar | |
|
||
| v5 | varchar | |
|
||
|
||
### chapter_task_desc
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| section_target | varchar | |
|
||
| reviewCount | int | |
|
||
| task_desc | text | |
|
||
| question_list | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### core_interaction_component
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| c_type | varchar | |
|
||
| c_id | varchar | |
|
||
| title | varchar | |
|
||
| component_config | text | |
|
||
| notice_component_config | text | |
|
||
| err_msg | text | |
|
||
| material_img_list | text | |
|
||
| audio_list | text | |
|
||
| text_analysis | text | |
|
||
| related_path | text | |
|
||
| read_status | tinyint | |
|
||
| config_status | tinyint | |
|
||
| lock_status | tinyint | |
|
||
| kp_relation_info | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### dev_knowledge_point_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| content | varchar | |
|
||
| type | varchar | |
|
||
| definition | text | |
|
||
| example | text | |
|
||
| created_at | timestamp | |
|
||
| updated_at | timestamp | |
|
||
|
||
### dev_question_system_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| knowledge_point_id | int | |
|
||
| question_type | varchar | |
|
||
| question_type_name | varchar | |
|
||
| content | text | |
|
||
| format | varchar | |
|
||
| options | json | |
|
||
| answer | int | |
|
||
| fill_answer | text | |
|
||
| created_at | timestamp | |
|
||
| updated_at | timestamp | |
|
||
|
||
### exa_customers
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| customer_name | varchar | |
|
||
| customer_phone_data | varchar | |
|
||
| sys_user_id | bigint | |
|
||
| sys_user_authority_id | bigint | |
|
||
|
||
### exa_file_chunks
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| exa_file_id | bigint | |
|
||
| file_chunk_number | bigint | |
|
||
| file_chunk_path | varchar | |
|
||
|
||
### exa_file_upload_and_downloads
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| url | varchar | |
|
||
| tag | varchar | |
|
||
| key | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### exa_files
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| file_name | varchar | |
|
||
| file_md5 | varchar | |
|
||
| file_path | varchar | |
|
||
| chunk_total | bigint | |
|
||
| is_finish | tinyint | |
|
||
|
||
### jwt_blacklists
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| jwt | text | |
|
||
|
||
### lesson_config_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| lock_status | tinyint | |
|
||
| review_info | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### llm_words_mapping
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| group | text | |
|
||
| wordsMapping | text | |
|
||
| updated_at | datetime | |
|
||
|
||
### middle_interaction_component
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| c_type | varchar | |
|
||
| c_id | varchar | |
|
||
| title | varchar | |
|
||
| component_config | text | |
|
||
| notice_component_config | text | |
|
||
| err_msg | text | |
|
||
| audio_list | text | |
|
||
| text_analysis | text | |
|
||
| related_path | text | |
|
||
| read_status | tinyint | |
|
||
| config_status | tinyint | |
|
||
| lock_status | tinyint | |
|
||
| kp_relation_info | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### prompt_templates
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | varchar | |
|
||
| user_name | varchar | |
|
||
| template_name | varchar | |
|
||
| prompt_content | text | |
|
||
| description | text | |
|
||
| model_name | varchar | |
|
||
| model_params | json | |
|
||
| is_public | tinyint | |
|
||
| usage_count | int | |
|
||
| hidden_count | int | |
|
||
| created_at | timestamp | |
|
||
| updated_at | timestamp | |
|
||
| public_at | timestamp | |
|
||
|
||
### sys_apis
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| path | varchar | |
|
||
| description | varchar | |
|
||
| api_group | varchar | |
|
||
| method | varchar | |
|
||
|
||
### sys_authorities
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| authority_id | bigint | |
|
||
| authority_name | varchar | |
|
||
| parent_id | bigint | |
|
||
| default_router | varchar | |
|
||
|
||
### sys_authority_btns
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| authority_id | bigint | |
|
||
| sys_menu_id | bigint | |
|
||
| sys_base_menu_btn_id | bigint | |
|
||
|
||
### sys_authority_menus
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_base_menu_id | bigint | |
|
||
| sys_authority_authority_id | bigint | |
|
||
|
||
### sys_auto_code_histories
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| package | varchar | |
|
||
| business_db | varchar | |
|
||
| table_name | varchar | |
|
||
| request_meta | text | |
|
||
| auto_code_path | text | |
|
||
| injection_meta | text | |
|
||
| struct_name | varchar | |
|
||
| struct_cn_name | varchar | |
|
||
| api_ids | varchar | |
|
||
| flag | bigint | |
|
||
|
||
### sys_auto_codes
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| package_name | varchar | |
|
||
| label | varchar | |
|
||
| desc | varchar | |
|
||
|
||
### sys_base_menu_btns
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| name | varchar | |
|
||
| desc | varchar | |
|
||
| sys_base_menu_id | bigint | |
|
||
|
||
### sys_base_menu_parameters
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| sys_base_menu_id | bigint | |
|
||
| type | varchar | |
|
||
| key | varchar | |
|
||
| value | varchar | |
|
||
|
||
### sys_base_menus
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| menu_level | bigint | |
|
||
| parent_id | varchar | |
|
||
| path | varchar | |
|
||
| name | varchar | |
|
||
| hidden | tinyint | |
|
||
| component | varchar | |
|
||
| sort | bigint | |
|
||
| active_name | varchar | |
|
||
| keep_alive | tinyint | |
|
||
| default_menu | tinyint | |
|
||
| title | varchar | |
|
||
| icon | varchar | |
|
||
| close_tab | tinyint | |
|
||
|
||
### sys_chat_gpt_options
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sk | varchar | |
|
||
|
||
### sys_data_authority_id
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_authority_authority_id | bigint | |
|
||
| data_authority_id_authority_id | bigint | |
|
||
|
||
### sys_dictionaries
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| name | varchar | |
|
||
| type | varchar | |
|
||
| status | tinyint | |
|
||
| desc | varchar | |
|
||
|
||
### sys_dictionary_details
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| label | varchar | |
|
||
| value | bigint | |
|
||
| extend | varchar | |
|
||
| status | tinyint | |
|
||
| sort | bigint | |
|
||
| sys_dictionary_id | bigint | |
|
||
|
||
### sys_operation_records
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| updated_at | datetime | |
|
||
| nick_name | varchar | |
|
||
| body | text | |
|
||
| path | varchar | |
|
||
| ip | varchar | |
|
||
| method | varchar | |
|
||
| status | bigint | |
|
||
| latency | bigint | |
|
||
| agent | varchar | |
|
||
| error_message | varchar | |
|
||
| resp | text | |
|
||
| user_id | bigint | |
|
||
| deleted_at | datetime | |
|
||
| created_at | datetime | |
|
||
|
||
### sys_user_authority
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| sys_user_id | bigint | |
|
||
| sys_authority_authority_id | bigint | |
|
||
|
||
### sys_users
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| uuid | varchar | |
|
||
| username | varchar | |
|
||
| password | varchar | |
|
||
| nick_name | varchar | |
|
||
| authority_id | bigint | |
|
||
| side_mode | varchar | |
|
||
| header_img | varchar | |
|
||
| base_color | varchar | |
|
||
| active_color | varchar | |
|
||
| phone | varchar | |
|
||
| email | varchar | |
|
||
| enable | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### unit_challenge_question
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| category | varchar | |
|
||
| type | varchar | |
|
||
| question_set_id | varchar | |
|
||
| question_content | text | |
|
||
| notice_content | text | |
|
||
| err_msg | text | |
|
||
| related_path | text | |
|
||
| material_list | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### unit_chapter_text_parse
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| text_parse | mediumtext | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### unity_chapter_section
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| section_id | bigint | |
|
||
| section_target | varchar | |
|
||
| start_section | text | |
|
||
| end_section | text | |
|
||
| component_config | text | |
|
||
| pre_cartoon_file | varchar | |
|
||
| pre_cartoon_desc | varchar | |
|
||
| post_cartoon_file | varchar | |
|
||
| post_cartoon_desc | varchar | |
|
||
| index | int | |
|
||
| status | int | |
|
||
| mission_id | int | |
|
||
| mission_name | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### user_template_preferences
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | varchar | |
|
||
| template_id | int | |
|
||
| is_hidden | tinyint | |
|
||
| is_favorite | tinyint | |
|
||
| created_at | timestamp | |
|
||
| updated_at | timestamp | |
|
||
|
||
### vala_activity
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| code | varchar | |
|
||
| name | varchar | |
|
||
| stime | bigint | |
|
||
| etime | bigint | |
|
||
| is_online | tinyint | |
|
||
| times | int | |
|
||
| scope | enum | |
|
||
| config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_activity_condition
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| activity_id | int | |
|
||
| condition | varchar | |
|
||
| created_at | datetime | |
|
||
|
||
### vala_app_account
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | varchar | |
|
||
| tel_encrypt | varchar | |
|
||
| name | varchar | |
|
||
| id_card | varchar | |
|
||
| status | tinyint | |
|
||
| pay_status | tinyint | |
|
||
| login_times | int | |
|
||
| remark | text | |
|
||
| key_from | varchar | |
|
||
| download_channel | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_app_character
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| account_id | bigint | |
|
||
| nickname | varchar | |
|
||
| gender | tinyint | |
|
||
| birthday | varchar | |
|
||
| avatar | text | |
|
||
| spine_name | varchar | |
|
||
| latest_login | datetime | |
|
||
| reputation | char | |
|
||
| robots_cnt | int | |
|
||
| head_image | varchar | |
|
||
| status | tinyint | |
|
||
| purchase_season_package | text | |
|
||
| total_sp_point | int | |
|
||
| balance_sp_point | int | |
|
||
| point | int | |
|
||
| pay_status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| mood | int | |
|
||
| mood_start_time | bigint | |
|
||
|
||
### vala_app_log_upload
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| url | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_applet_user
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| tel | varchar | |
|
||
| open_id | varchar | |
|
||
| session_key | varchar | |
|
||
| union_id | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_area
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| desc | text | |
|
||
| location_num | int | |
|
||
| is_hide | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_area_location
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| location_id | int | |
|
||
| area_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_card_package
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| icon_name | varchar | |
|
||
| card_face_name | varchar | |
|
||
| card_back_name | varchar | |
|
||
| card_config | text | |
|
||
| relation_story_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_card_plot
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| plot_desc | varchar | |
|
||
| plot_sentence | text | |
|
||
| card_face_name | varchar | |
|
||
| card_back_name | varchar | |
|
||
| white_plot_card_config | text | |
|
||
| flash_plot_card_config | text | |
|
||
| relation_story_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_card_plot_new
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| rarity | char | |
|
||
| base_card_main_pic | varchar | |
|
||
| advanced_card_main_pic | varchar | |
|
||
| plot_desc | varchar | |
|
||
| detail_title | varchar | |
|
||
| detail_desc | text | |
|
||
| relation_story_id | int | |
|
||
| relation_chapter_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_card_use_statistics
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| card_type | tinyint | |
|
||
| card_id | int | |
|
||
| count_num | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_chat
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| mod_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| chat_id | varchar | |
|
||
| msg | varchar | |
|
||
| assistant | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_chatbot
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| type | varchar | |
|
||
| ver | varchar | |
|
||
| title | varchar | |
|
||
| desc | varchar | |
|
||
| config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| source_type | varchar | |
|
||
|
||
### vala_component_chat_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| component_id | bigint | |
|
||
| title | varchar | |
|
||
| type | varchar | |
|
||
| desc | varchar | |
|
||
| config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_friend_relation
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| resource_id | int | |
|
||
| relation_type | tinyint | |
|
||
| chapter_id | int | |
|
||
| component_id | int | |
|
||
| interact_times | int | |
|
||
| favor_level | int | |
|
||
| content_show | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_game_chapter
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| game_id | bigint | |
|
||
| season_package_id | bigint | |
|
||
| en_name | varchar | |
|
||
| cn_name | varchar | |
|
||
| scene_id | varchar | |
|
||
| lesson_type | tinyint | |
|
||
| event_id | int | |
|
||
| desc | text | |
|
||
| index | smallint | |
|
||
| learn_config | text | |
|
||
| scene_path | text | |
|
||
| self_knowledge_card_config | text | |
|
||
| other_knowledge_card_config | text | |
|
||
| review_knowledge_card_config | text | |
|
||
| chapter_extension_config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_game_chapter_section
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| section_target | varchar | |
|
||
| start_section | text | |
|
||
| end_section | text | |
|
||
| pre_cartoon_file | varchar | |
|
||
| pre_cartoon_desc | varchar | |
|
||
| post_cartoon_file | varchar | |
|
||
| post_cartoon_desc | varchar | |
|
||
| special_event_type | tinyint | |
|
||
| special_event_en_content | text | |
|
||
| special_event_cn_content | text | |
|
||
| standard_event_type | tinyint | |
|
||
| standard_event_en_content | text | |
|
||
| standard_event_cn_content | text | |
|
||
| story_remind_type | tinyint | |
|
||
| story_remind_en_content | text | |
|
||
| story_remind_cn_content | text | |
|
||
| component_config | text | |
|
||
| mission_id | int | |
|
||
| mission_name | varchar | |
|
||
| index | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_game_component_brain_config
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| brain_config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_game_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| en_name | varchar | |
|
||
| cn_name | varchar | |
|
||
| game_code | varchar | |
|
||
| game_category | tinyint | |
|
||
| season_package_id | bigint | |
|
||
| level_type | tinyint | |
|
||
| desc | text | |
|
||
| is_hide | tinyint | |
|
||
| card_package_id | text | |
|
||
| card_plot_id | text | |
|
||
| index | int | |
|
||
| plot_card_config | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_game_season_package
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| season_of_year | int | |
|
||
| season_of_quarter | int | |
|
||
| season_cn_desc | text | |
|
||
| season_en_desc | text | |
|
||
| is_hide | tinyint | |
|
||
| index | int | |
|
||
| level | char | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_invitation_code
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| code | varchar | |
|
||
| owner | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_invitation_code_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| code_id | bigint | |
|
||
| ip_address | varchar | |
|
||
| city | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_km
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| type | varchar | |
|
||
| km_id | varchar | |
|
||
| title | varchar | |
|
||
| bg_img | varchar | |
|
||
| kp_set | text | |
|
||
| sum_explain | text | |
|
||
| notice_km_content | text | |
|
||
| err_msg | text | |
|
||
| material_list | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_knowledge_module
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_title | varchar | |
|
||
| en_title | varchar | |
|
||
| module_type | tinyint | |
|
||
| description | text | |
|
||
| word_knowledge_point | text | |
|
||
| phoneme_knowledge_point | text | |
|
||
| grammar_knowledge_point | text | |
|
||
| sentence_knowledge_point | text | |
|
||
| dialogue_knowledge_point | text | |
|
||
| relation_test_question | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_knowledge_point
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| title | varchar | |
|
||
| knowledge_point_type | tinyint | |
|
||
| knowledge_point_content | text | |
|
||
| relation_knowledge_point | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_kp
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| type | varchar | |
|
||
| kp_id | varchar | |
|
||
| title | varchar | |
|
||
| ipa | varchar | |
|
||
| vala_level | varchar | |
|
||
| cambridge_level | varchar | |
|
||
| cefr_level | varchar | |
|
||
| nc_level | varchar | |
|
||
| en_desc | varchar | |
|
||
| scene | varchar | |
|
||
| knowledge_point_content | text | |
|
||
| notice_kp_content | text | |
|
||
| err_msg | text | |
|
||
| related_path | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_kp_card
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| kp_id | varchar | |
|
||
| category | varchar | |
|
||
| exp_type | varchar | |
|
||
| card_content | text | |
|
||
| question | text | |
|
||
| notice_content | text | |
|
||
| err_msg | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_kp_question
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| kp_id | varchar | |
|
||
| category | varchar | |
|
||
| skill | varchar | |
|
||
| type | varchar | |
|
||
| question | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_learn_ability
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| en_name | varchar | |
|
||
| cn_name | varchar | |
|
||
| season_package_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| ability_type | tinyint | |
|
||
| sub_component_type | tinyint | |
|
||
| component_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_location
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| location_id | int | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| desc | text | |
|
||
| area_id | bigint | |
|
||
| is_related | tinyint | |
|
||
| location_size | tinyint | |
|
||
| actual_size | varchar | |
|
||
| resource_url | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_minimaxi_tts
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| local_name | varchar | |
|
||
| voice_id | varchar | |
|
||
| gender | varchar | |
|
||
| gender_desc | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_picture_text_material
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| material_name | varchar | |
|
||
| material_type | varchar | |
|
||
| material_content | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_relation_level
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| level | int | |
|
||
| upgrade_need_value | int | |
|
||
| total_require_value | int | |
|
||
| favorability_lower_limit | int | |
|
||
| favorability_upper_limit | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_resource_base
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| cn_name | varchar | |
|
||
| en_name | varchar | |
|
||
| type | varchar | |
|
||
| voice_list | text | |
|
||
| voice_id | varchar | |
|
||
| is_hide | tinyint | |
|
||
| gender | tinyint | |
|
||
| age | int | |
|
||
| half_body | varchar | |
|
||
| thumbnail | varchar | |
|
||
| profile | text | |
|
||
| spine_file_name | varchar | |
|
||
| is_friend | tinyint | |
|
||
| nick_name | varchar | |
|
||
| mbti | varchar | |
|
||
| interest | varchar | |
|
||
| birthday | varchar | |
|
||
| tips | varchar | |
|
||
| desc | text | |
|
||
| stream_voice_id | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_scene
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| scene_id | varchar | |
|
||
| location_id | int | |
|
||
| desc | text | |
|
||
| is_related | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_scene_resource_v3
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| location_id | int | |
|
||
| scene_id | varchar | |
|
||
| resource_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_seasonal_ticket
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| unique_code | varchar | |
|
||
| account_id | bigint | |
|
||
| account_name | varchar | |
|
||
| tel | varchar | |
|
||
| give_time | int | |
|
||
| expire_time | int | |
|
||
| expire_type | tinyint | |
|
||
| ticket_type | tinyint | |
|
||
| used_time | int | |
|
||
| season_package_id | bigint | |
|
||
| season_package_name | varchar | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_tts_voice
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| name | varchar | |
|
||
| voice_id | varchar | |
|
||
| preview_url | varchar | |
|
||
| model_id | varchar | |
|
||
| type | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_card_component_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| component_type | bigint | |
|
||
| sub_component_type | bigint | |
|
||
| component_id | bigint | |
|
||
| card_content | text | |
|
||
| is_new | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_card_plot_upgrade
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| plot_card_id | bigint | |
|
||
| is_have_upgrade | bigint | |
|
||
| white_card_status | tinyint | |
|
||
| flash_card_status | tinyint | |
|
||
| is_new | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_chapter_finish_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_chat_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| sub_component_type | bigint | |
|
||
| component_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| dialog_list | text | |
|
||
| dialog_score | text | |
|
||
| tencent_soe | text | |
|
||
| chat_review_resp | text | |
|
||
| cost_time | int | |
|
||
| insert_time | datetime | |
|
||
| log_type | tinyint | |
|
||
| deal_status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_drama_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| component_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_friend_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| favorability_value | int | |
|
||
| level | int | |
|
||
| relation_type | tinyint | |
|
||
| interact_times | int | |
|
||
| story_id | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_game_finish_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_interact_chat_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| type | varchar | |
|
||
| name | varchar | |
|
||
| text | varchar | |
|
||
| interactive_type | text | |
|
||
| interactive_selected | tinyint | |
|
||
| chat_time | datetime | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_interact_log
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| component_type | tinyint | |
|
||
| relation_type | tinyint | |
|
||
| npc_id | bigint | |
|
||
| session_id | varchar | |
|
||
| summary | text | |
|
||
| dialog_list | text | |
|
||
| dialog_score | text | |
|
||
| tencent_soe | text | |
|
||
| chat_review_resp | text | |
|
||
| cost_time | int | |
|
||
| insert_time | datetime | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
| favor_value | int | |
|
||
|
||
### vala_user_learn_record
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | bigint | |
|
||
| game_id | bigint | |
|
||
| chapter_id | bigint | |
|
||
| score | float | |
|
||
| score_level | char | |
|
||
| unique_code | varchar | |
|
||
| source_type | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_user_long_term_memory
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| npc_id | int | |
|
||
| robot_id | int | |
|
||
| config_id | int | |
|
||
| session_id | varchar | |
|
||
| log_id | int | |
|
||
| source | varchar | |
|
||
| source_type | varchar | |
|
||
| memory_type | varchar | |
|
||
| sub_type | varchar | |
|
||
| user_content | text | |
|
||
| system_content | text | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_user_robot
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | int | |
|
||
| user_id | bigint | |
|
||
| robot_id | bigint | |
|
||
| robot_level | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | timestamp | |
|
||
|
||
### vala_user_word_statistics
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | int | |
|
||
| word_pattern_id | varchar | |
|
||
| count_num | int | |
|
||
| content_type | char | |
|
||
| source_type | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_wx_chatbot
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| type | varchar | |
|
||
| component_id | bigint | |
|
||
| chatbot_id | bigint | |
|
||
| title | varchar | |
|
||
| desc | text | |
|
||
| desc_detail | text | |
|
||
| npc_id | bigint | |
|
||
| target | varchar | |
|
||
| index | int | |
|
||
| complete_story | text | |
|
||
| limit_type | int | |
|
||
| limit_data | int | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### vala_wxchat_history
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| user_id | bigint | |
|
||
| wx_chatbot_id | bigint | |
|
||
| chatbot_id | bigint | |
|
||
| session_id | varchar | |
|
||
| chat_content | text | |
|
||
| question_result | text | |
|
||
| status | tinyint | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
### voice_info
|
||
【表用途注释:】
|
||
| 字段名 | 数据类型 | 注释 |
|
||
|--------|----------|------|
|
||
| id | bigint | |
|
||
| voice_id | varchar | |
|
||
| elabs_id | varchar | |
|
||
| voice_name | varchar | |
|
||
| des | varchar | |
|
||
| gender | varchar | |
|
||
| mini_speed | float | |
|
||
| mini_volume | float | |
|
||
| mini_emotion | varchar | |
|
||
| elabs_speed | float | |
|
||
| default_platform | varchar | |
|
||
| created_at | datetime | |
|
||
| updated_at | datetime | |
|
||
| deleted_at | datetime | |
|
||
|
||
---
|
||
## 五、线上Elasticsearch(正式环境服务日志)
|
||
- **地址:** es-7vd7jcu9.public.tencentelasticsearch.com:9200
|
||
- **协议:** https
|
||
- **权限:** 只读
|
||
【说明:】ES为日志存储,索引结构可根据查询需求单独补充说明
|
||
---
|
||
## 六、测试Elasticsearch(测试环境服务日志)
|
||
- **地址:** es-o79jsx9i.public.tencentelasticsearch.com:9200
|
||
- **协议:** https
|
||
- **权限:** 只读
|
||
【说明:】ES为日志存储,索引结构可根据查询需求单独补充说明
|