//! Generated by `empu make:model` ({{ struct_name }}) — SQLx row shape.
//!
//! Adjust columns to match your migration; use `sqlx::query_as!` when ready.
use sqlx::FromRow;
#[derive(Debug, Clone, FromRow)]
pub struct {{ struct_name }} {
pub id: i64,
}