ecto
- UUID primary keys using Ecto. See this
- Auto timestamps: Include
timestamps
in the schema to automatically generateinserted_at
andupdated_at
columns to your tables - Unique constraint
timestamps
in the schema to automatically generate inserted_at
and updated_at
columns to your tables