codegenta 0.0.8

A model code generator from database table using rustorm ORM

#[allow(non_upper_case_globals)]
pub const address: &'static str = "address";

#[allow(non_upper_case_globals)]
pub const api_key: &'static str = "api_key";

#[allow(non_upper_case_globals)]
pub const base: &'static str = "base";

#[allow(non_upper_case_globals)]
pub const cart: &'static str = "cart";

#[allow(non_upper_case_globals)]
pub const cart_line: &'static str = "cart_line";

#[allow(non_upper_case_globals)]
pub const category: &'static str = "category";

#[allow(non_upper_case_globals)]
pub const client: &'static str = "client";

#[allow(non_upper_case_globals)]
pub const country: &'static str = "country";

#[allow(non_upper_case_globals)]
pub const currency: &'static str = "currency";

#[allow(non_upper_case_globals)]
pub const exchange_rate: &'static str = "exchange_rate";

#[allow(non_upper_case_globals)]
pub const invoice: &'static str = "invoice";

#[allow(non_upper_case_globals)]
pub const order_line: &'static str = "order_line";

#[allow(non_upper_case_globals)]
pub const orders: &'static str = "orders";

#[allow(non_upper_case_globals)]
pub const organization: &'static str = "organization";

#[allow(non_upper_case_globals)]
pub const photo: &'static str = "photo";

#[allow(non_upper_case_globals)]
pub const photo_sizes: &'static str = "photo_sizes";

#[allow(non_upper_case_globals)]
pub const product: &'static str = "product";

#[allow(non_upper_case_globals)]
pub const product_availability: &'static str = "product_availability";

#[allow(non_upper_case_globals)]
pub const product_category: &'static str = "product_category";

#[allow(non_upper_case_globals)]
pub const product_photo: &'static str = "product_photo";

#[allow(non_upper_case_globals)]
pub const product_review: &'static str = "product_review";

#[allow(non_upper_case_globals)]
pub const record: &'static str = "record";

#[allow(non_upper_case_globals)]
pub const review: &'static str = "review";

#[allow(non_upper_case_globals)]
pub const settings: &'static str = "settings";

#[allow(non_upper_case_globals)]
pub const user_info: &'static str = "user_info";

#[allow(non_upper_case_globals)]
pub const user_location: &'static str = "user_location";

#[allow(non_upper_case_globals)]
pub const user_review: &'static str = "user_review";

#[allow(non_upper_case_globals)]
pub const users: &'static str = "users";

#[allow(non_upper_case_globals)]
pub const wishlist: &'static str = "wishlist";

#[allow(non_upper_case_globals)]
pub const wishlist_line: &'static str = "wishlist_line";