# `mix starter.gen.base_schema`
[🔗](https://github.com/jamilabreu/starter/blob/v0.4.2/lib/mix/tasks/starter/gen/base_schema.ex#L1)

Generates a `MyApp.Schema` module with sensible primary key and timestamp
defaults. Uses `UUIDv7` for primary keys when the `uuidv7` dependency is
present, `:binary_id` otherwise.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
