### Create migration ```bash yarn typeorm:create-migration AddAccount ``` ### Run migrations ```bash yarn typeorm:run-migrations ```