I am creating a application with a database. I have one table that will have over 200 rows in it. (reference table used within the app) I have created a class to create database and upgrade it.
I have created strings within the class to create the tables required but adding 200+ rows into the class it will get very large
Is there a better way of inserting these rows. Currently they are in a SQL file within the application
Thanks