# api-ajax **Repository Path**: aipanshi_com/api-ajax ## Basic Information - **Project Name**: api-ajax - **Description**: 用来学习Ajax的api - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-02 - **Last Updated**: 2024-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 如果运行数据库迁移失败 ``` SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for ``` https://simon8.com/article/215.html ## 数据库迁移相关可参考 https://blog.csdn.net/qq_58437833/article/details/118737054 ## ThinkPHP6.0多应用模式路由 应用路由都在 app/应用/route 目录下定义,应用路由定义文件示例如下: app/index/route/web.php app/api/route/api.php app/admin/route/web.php ## git add .提示 fatal: LF would be replaced by CRLF in ``` $ git config --global core.autocrlf false ```