This commit is contained in:
Chris Tsang 2022-06-12 22:30:34 +08:00
parent 086b0f1645
commit 4301383b40
11 changed files with 0 additions and 55 deletions

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Notes { enum Notes {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
enum Post { enum Post {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
pub enum Cake { pub enum Cake {

View File

@ -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 /// Learn more at https://docs.rs/sea-query#iden
#[derive(Iden)] #[derive(Iden)]
pub enum Fruit { pub enum Fruit {