Using SqlAlchemy + alembic
!!! Before run commands you need will delete db file and all alembic migrations files.
alembic revision --autogenerate -m 'initial' # Create new first migration file
alembic upgrade head # Load migration into dbAfter that result db/migrations/XXXXXXXXXXXX_initial.py