Indra7667 liked a comment+100 XP
2w ago
Indra7667 wrote a reply+100 XP
2w ago
Indra7667 started a new conversation+100 XP
3w ago
I have a national-scale master data of my country's cities, districts, and villages. There's 80k rows on the village table.
I need to make the migration for a project, but inserting all 80k of rows into seeder doesn't seem realistic to me. On the other hand, if I add the table directly into the DB, the table will be gone every time I hit migrate:fresh.
How should I insert the master data? Should I put it on another schema? (I'm using mysql btw)