Tweaks
This commit is contained in:
parent
086b0f1645
commit
4301383b40
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Notes {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -37,11 +37,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -43,11 +43,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
enum Post {
|
||||
|
@ -35,11 +35,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
pub enum Cake {
|
||||
|
@ -54,11 +54,6 @@ impl MigrationTrait for Migration {
|
||||
}
|
||||
}
|
||||
|
||||
/// `Iden` is a trait for identifiers used in any query statement.
|
||||
///
|
||||
/// Commonly implemented by Enum where each Enum represents a table found in a database,
|
||||
/// and its variants include table name and column name.
|
||||
///
|
||||
/// Learn more at https://docs.rs/sea-query#iden
|
||||
#[derive(Iden)]
|
||||
pub enum Fruit {
|
||||
|
Loading…
x
Reference in New Issue
Block a user