Check the table name written inside the files 2023_03_08_161441_create_tags_table and 2023_03_09_044748_create_tag_tables. My guess is you have the same table name in the Schema::createdefinition.
I think u want create table post_tag_tables but u create tag_table again, so it will not's work. just delete tag_table and create new one post_tag_tables.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.