Skip to content
Discussion options

You must be logged in to vote

Closing... Realised the issue was simply that my BaseModel didn't have defaults for the createdAtColumn and updatedAtColumn - out child Models have optional traits applied that change the columns to match CREATED_DATE and UPDATED_DATE respectively.

static get createdAtColumn() {
    return null;
  }

  static get updatedAtColumn() {
    return null;
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RomainLanz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant