Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Aug 8, 2024
1 parent 583281c commit ab990b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub const METADATA_CASCADE: &str = "cascade";
/// constraint action value SET NULL
pub const METADATA_SET_NULL: &str = "set_null";


/// for numerical datatypes of columns
pub const METADATA_FLAG_UNSIGNED: &str = "unsigned";

Expand All @@ -26,6 +25,7 @@ pub const METADATA_FLAG_NULLABLE: &str = "nullable";

/// for marking primary keys
pub const METADATA_FLAG_PRIMARY: &str = "primary";

/// for marking unique indexes
pub const METADATA_FLAG_UNIQUE: &str = "unique";

Expand Down

0 comments on commit ab990b9

Please sign in to comment.