chore: adds tsvector to members
This commit is contained in:
parent
52e76b1a99
commit
dd03000428
3 changed files with 261 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ defmodule Mv.Membership.Member do
|
|||
attribute :postal_code, :string do
|
||||
allow_nil? true
|
||||
end
|
||||
|
||||
attribute :search_vector, AshPostgres.Tsvector, writable?: false, public?: false, select_by_default?: false
|
||||
end
|
||||
|
||||
relationships do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue