TarsCloud / TarsWeb

TARS Projects Dashboard
BSD 3-Clause "New" or "Revised" License
141 stars 99 forks source link

部署成功后,登录web平台报错:able 'db_tars_web.t_application' doesn't exist #118

Closed aiyogg closed 3 years ago

aiyogg commented 3 years ago

使用源码编译方式安装, --------------------+ | Database | +--------------------+ | information_schema | | db_base | | db_cache_web | | db_tars | | db_tars_web | | db_user_system | | go-mega | | mysql | | performance_schema | | tars_property | | tars_stat | +--------------------+


MariaDB [db_tars_web]> show tables; +-----------------------+ | Tables_in_db_tars_web | +-----------------------+ | t_patch_task | +-----------------------+

aiyogg commented 3 years ago

排查发现该问题由 mysql 版本导致:CURRENT_TIMESTAMP 只针对 mysql 5.6以上的 datetime 类型才有效