I had these tables before starting with the discovering concepts:
- places
- social_videos
- temporary_places

So I added single files with their schemas (like "places.sql").

Then, the "migrations" (like "0001_create_concepts.sql"). They are the SQL I executed to create the new tables.