I have some tables for enums that I want to store in the database. Is there a good way to handle this in my db migrations, or do I just hand code the SQL in the migration after the table is created?
Example:
Status id 1 name guest
id 2 name unconfirmed
id 3 name confirmed
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community