refactor: uniformize project naming
This commit is contained in:
parent
3b134cdb6c
commit
3977e08084
13 changed files with 40 additions and 30 deletions
|
|
@ -1,21 +0,0 @@
|
|||
// BASE MODELS
|
||||
use fully_pub::fully_pub;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[fully_pub]
|
||||
struct Model {
|
||||
module_path: Vec<String>,
|
||||
name: String,
|
||||
table_name: String,
|
||||
fields: Vec<Field>
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[fully_pub]
|
||||
struct Field {
|
||||
name: String,
|
||||
rust_type: String,
|
||||
is_nullable: bool,
|
||||
is_unique: bool,
|
||||
is_primary: bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue