Migrating ZF1 to Symfony 4

Hello, i am working on migrating pretty big ZF1 application to Symfony 4. The app right now is embedded within a Symfony 4. I have never done any project using ZF, so i am completelly noob when it comes to ZF. My question is, since there are some database tables which needs to be in the database in order to run this application (i.e. : some roles, and stuff like this). I can run it but obviousy, i get exceptions of missing tables. Can i with some commands insert these tables into the database, or do i have to make it manually. The models in the app dont seem to have any table specifications(at least not like in symfony framework), so i assume it is not possible. In other frameworks, like symfony or django i could do this very easily with migrations. Thanks in advance.