Create the migrate script: `flask db migrate --message 'Initial database migration`. * Apply the migration (update the model): `flask db upgrade`.
確定! 回上一頁