Attribute Macro atmosphere::table
source · #[table]Expand description
An attribute macro that stores metadata about the sql table.
Must be used after #[derive(Schema)].
Usage:
#[table(schema = "public", name = "your_table_name")]#[table]An attribute macro that stores metadata about the sql table.
Must be used after #[derive(Schema)].
Usage:
#[table(schema = "public", name = "your_table_name")]