In my opinion, move project with migration files is better, because you copy all lifecycle of developing, then you can just update database using existing migrations. Also, you will have option to rollback to previous migration on new database or do retrospective on bugs using migrations. If you make migration on moved database you will lose those oportunities