6 lines
97 B
Rust
6 lines
97 B
Rust
mod entity;
|
|
|
|
/// This structure defines a schema for a table
|
|
#[derive(Debug)]
|
|
pub struct Schema;
|