# `Bandera.Store.Persistent.Ecto.Record`

Ecto schema for a single flag-gate row. The `schema "bandera_flags"` source is
only a placeholder/default; the adapter always overrides it at query time via
`{Bandera.Config.ecto_table_name(), Record}`, so the table name stays runtime
configured (no compile-time table config). The schema exists purely to give
Ecto the field types needed for portable casting (e.g. booleans) across SQL
backends.

---

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