Django连接数据库,数据库发现没有我之前创建的表?

我重启了电脑,应该是丢失了。

解决方法: 更新模型到数据库的命令

python manage.py makemigrations fruits
python manage.py migrate