...

/

Quiz: Creating and Using Custom Types

Quiz: Creating and Using Custom Types

Test your knowledge of creating and using custom types.

We'll cover the following...
1

What is true when we create custom types in Ecto?

A)

Postgres provides a specific type that must be used to store custom types.

B)

Custom types must be built on top of Ecto’s types and cannot contain another custom type.

C)

Ecto has some types that cannot be used in creating a custom data type.

D)

None of the above.

Question 1 of 30 attempted
...