GhostEsso / ror-recipe-app

MIT License
3 stars 1 forks source link

[2pt] Create data model#2 #2

Closed GhostEsso closed 1 year ago

GhostEsso commented 1 year ago

Create and run the necessary migration files: e.g. rails generate migration CreateUsers name:string Add foreign keys and indices: e.g. generate migration AddUserRefToFoods user:references

Migration for User table should have the following columns:

-name :string