Skip to content

Instantly share code, notes, and snippets.

@sean3z
Created March 18, 2018 04:51
Show Gist options
  • Save sean3z/963a550ba6a84caceb883b5b35f0d5c7 to your computer and use it in GitHub Desktop.
Save sean3z/963a550ba6a84caceb883b5b35f0d5c7 to your computer and use it in GitHub Desktop.
Diesel schema macro - id Nullable
table! {
heroes {
id -> Nullable<Integer>,
name -> Varchar,
identity -> Varchar,
hometown -> Varchar,
age -> Integer,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment