Jetstream will create migrations for users. Create a migration and model for user websites.
Each user can have many websites.
Fields to include:
- Id
- User Id
- Name
- URL
- Description
- Created at
- Updated at
Each website can have tags associated with it. Create a migration for the following tags:
- Landing page
- Forum
- Ecommerce
- Blog
Each website can have zero or many tags associated with it. Create the relation to the websites table as you see fit using a lookup table or other pattern.
Jetstream will create migrations for users. Create a migration and model for user websites.
Each user can have many websites.
Fields to include:
Each website can have tags associated with it. Create a migration for the following tags:
Each website can have zero or many tags associated with it. Create the relation to the websites table as you see fit using a lookup table or other pattern.