How to have optional values for an ecto embedded schema?
|
|
8
|
308
|
November 16, 2022
|
Polymorphic Embeds in Ecto
|
|
10
|
1975
|
September 28, 2022
|
Xema and JsonXema - Schema validatiors
|
|
15
|
2812
|
June 8, 2022
|
Asbsinthe graphql api schema.ex error
|
|
1
|
299
|
April 11, 2022
|
From many to one to many to many with data on the join table
|
|
0
|
357
|
January 27, 2022
|
Mapping/transforming user input from a form that does not directly map to a schema?
|
|
1
|
609
|
December 26, 2021
|
Implementing Protocol for Schemas vs Behaviours
|
|
10
|
769
|
December 18, 2021
|
Should I add belongs_to to my schema? What do I gain?
|
|
2
|
717
|
October 6, 2021
|
Do you use Postgresql's schemas for DDD subdomains eg Phoenix contexts?
|
|
7
|
868
|
July 14, 2021
|
User Friendship Schema Design
|
|
8
|
1173
|
January 16, 2021
|
Polymorphic/Many-to-Many table relationship with dynamic IDs
|
|
1
|
569
|
November 30, 2020
|
Dynamic embedded schema based on type
|
|
5
|
1744
|
August 18, 2020
|
Use Ecto schema directly or convert to a custom struct?
|
|
6
|
3086
|
June 30, 2020
|
Is it possible to define "virtual schema" (something like a DB View)
|
|
3
|
760
|
May 3, 2020
|
How to handle Absinthe object data that's spread over multiple ecto schemas
|
|
2
|
1006
|
April 1, 2020
|
Ecto and enums for fields
|
|
2
|
1045
|
March 22, 2020
|
What do you have in your Schema apart from changeset functions?
|
|
6
|
1867
|
December 6, 2019
|
Creating a User with Profile schema?
|
|
8
|
1463
|
November 27, 2019
|
Errors during tests when I add a Ecto.Enum to a schema
|
|
4
|
1946
|
November 6, 2019
|
Different apps, shared database, different schema... a good idea?
|
|
14
|
3352
|
October 21, 2019
|
Enum.flat_map Workaround?
|
|
5
|
525
|
October 12, 2019
|
Define a macro which will expand to add schema
|
|
1
|
489
|
September 22, 2019
|
Delete foreign_constraint on has_many
|
|
0
|
459
|
September 9, 2019
|
Where is the schema file of phx.gen.schema
|
|
2
|
936
|
June 10, 2019
|
** (Mix) Expected the context, "x", to be a valid module name
|
|
4
|
1304
|
May 4, 2019
|
Problems adding schema to existing context
|
|
3
|
999
|
February 22, 2019
|
Having queries in the schema? Thoughts?
|
|
1
|
550
|
January 8, 2019
|
Elixir :map
|
|
4
|
634
|
October 10, 2018
|
What about a simple table with `varchar` primary key (used as foreign keys) instead of enums?
|
|
2
|
1606
|
October 8, 2018
|
Sharing schemas across applications?
|
|
6
|
1684
|
August 13, 2018
|