# poswer_project **Repository Path**: poswer/poswer_project ## Basic Information - **Project Name**: poswer_project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 数据库迁移指令 ### 初始化 ```shell flask db init ``` ### 迁移 ```shell flask db migrate ``` ### 更新 ```shell flask db upgrade ```