Derive Macro leetcode_tui_rs::migrations::sea_orm::DeriveEntity
#[derive(DeriveEntity)]
{
// Attributes available to this derive:
#[sea_orm]
}
Expand description
Create an Entity
Usage
use sea_orm::entity::prelude::*;
#[derive(Copy, Clone, Default, Debug, DeriveEntity)]
pub struct Entity;