lifeling
AEAsh Elixir
•Created by lifeling on 2/3/2023 in #support
Relationship expects Destination Field
I'm sure this is so basic but I keep running into this when adding relationships. I haven't tried anything very complicated.. just adding simple has_one relationships.
I keep getting:
Here is my staff relationships:
And my Person attributes:
No person relationships ATM.
What am I missing?
10 replies
AEAsh Elixir
•Created by lifeling on 2/1/2023 in #support
Postgres Citext?
Trying to setup Ash Authentication and have gone through the getting started in the docs. Now running into this error when trying to run migrations.
As far as I can tell I have installed this extension. but the error persists. The user.ex file is unchanged from the docs.
8 replies
AEAsh Elixir
•Created by lifeling on 1/23/2023 in #support
Multiple Relationships with single attribute.
I'm setting up my resources (Flower Shop). I have a people resource and an order resource. My order resource will have at least 3 attributes that can be people. a person can be the *designer *of an order, a person can be the *salesperson *for an order, and a person could be the *driver *for an order. I've struggled to find a good example of this.
4 replies