Solution: Create Schemas in Ecto
Go over the solution to the "Creating an Ecto Schema From Scratch" problem.
We'll cover the following...
Solution
We use Ecto’s schema API to create a schema for the releases
table, ...