-
Notifications
You must be signed in to change notification settings - Fork 0
[Data Model] Posts
Emma Hyde edited this page Dec 19, 2023
·
1 revision
belongs_to :user, dependent: :destroyhas_many :postsName |
Comment |
|---|---|
| posts | The statuses/posts belonging to the users. |
Columns |
Ref Table |
|---|---|
| :user_id | users |
Columns |
Ref Table |
|---|---|
| :user_id | users |
Name |
Type |
Nullable |
|---|---|---|
| :id | integer | No |
| :user_id | integer | No |
| :body | string | No |
| :created_at | datetime | No |
| :updated_at | datetime | No |