Functionsยง
- model_
level_ composite_ key - Test that
#[key(a, b)]on the model is equivalent to#[key]on both fields - model_
level_ single_ key - Test that
#[key(field)]on the model is equivalent to#[key]on the field
#[key(a, b)] on the model is equivalent to #[key] on both fields#[key(field)] on the model is equivalent to #[key] on the field