Hotfix
This commit is contained in:
parent
5a0f1d0fd1
commit
bdf6593dfe
@ -56,7 +56,7 @@ impl ColumnTrait for Column {
|
||||
Self::Price => ColumnType::Decimal(Some((19, 4))).def(),
|
||||
Self::BakeryId => ColumnType::Integer.def().null(),
|
||||
Self::GlutenFree => ColumnType::Boolean.def(),
|
||||
Self::Serial => ColumnType::Binary(Some(16)).def(),
|
||||
Self::Serial => ColumnType::Uuid.def(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user