Skip to content

Commit

Permalink
Do not store foreign field values in the content column
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Jul 15, 2024
1 parent c1bd0ac commit ec5d2cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/foreignField/ForeignField.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ public function behaviors(): array {
return $behaviors;
}

/**
* @inheritDoc
*/
public static function dbType(): array|string|null {
return null;
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit ec5d2cf

Please sign in to comment.