migration file naming convention

Hi there. When working with a team on a project that involves database migrations, it's common to encounter conflicts with migration file names, especially if the naming convention involves sequential numbers like 00003_random_text. how do you cope with that? is there a way to contol generated file name to add timestamp? is it ok to have 2 migration file with the same index?
Was this page helpful?