Reputation: 17806
Should I write a script to "put" all of those data in? But wouldn't that be silly, since I would have to reinsert the data every time the app starts?
Someone suggest something called fixtures? How do I use that exactly?
The data I would insert:
id: int,
name: varchar,
addr: varchar,
email: varchar,
phone: varchar,
ssn: varchar,
Upvotes: 0
Views: 176