# sequelize-learning **Repository Path**: codePrince/sequelize-learning ## Basic Information - **Project Name**: sequelize-learning - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-12 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 关于 建表/迁移 同步关系如下: migration ==> table model ==> table (同时是一个清空数据库行为,只应在设计阶段使用) 同步顺序: model ==> table //初始化, 主要是关联部分在 model 中定义了 migration ==> table //后续维护