-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pivot table timestamp #84
Comments
Added the support for How to useclass Student extends Model {
courses () {
return this.belongsToMany(Course).withTimestamps()
}
} For now you need to install |
Why not call it |
|
thetutlage
added a commit
that referenced
this issue
Jul 16, 2017
now withTimestamps will respect timestamps in pivot table Closes #84
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using relationship in tables time stamp are not maintained in pivot table, it remains empty while creating or updating records.
The text was updated successfully, but these errors were encountered: