Skip to content

Add models and migrations #2

Description

@lhilton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions