sea-orm/issues/352/src/main.rs
Billy Chan 1229287fd8
Support Up to 6 Values Composite Primary Key (#353)
* Support up to 6 composite primary key

* Test [issues]

* Test [issues]
2021-12-04 20:57:05 +08:00

9 lines
167 B
Rust

mod unary_primary_key;
mod binary_primary_key;
mod ternary_primary_key;
mod quaternary_primary_key;
mod quinary_primary_key;
mod senary_primary_key;
pub fn main() {}