use *;
use Serialize;
// Manual form — fields declared explicitly, not tied to an entity schema.
// Use this approach when your form does not map directly to a database table
// (e.g. login, search, contact forms).
//
// WARNING: Do not declare non-entity models inside src/entities/.
// `runique makemigrations` scans that folder and will attempt to generate
// a migration for any model found there.