pre-metrics

This commit is contained in:
2026-05-15 19:35:06 +02:00
parent 0b441b0759
commit 132057217d
43 changed files with 1172 additions and 172 deletions
@@ -45,6 +45,12 @@ impl MigrationTrait for Migration {
.not_null()
.default(0),
)
.col(
ColumnDef::new(Alias::new("is_default"))
.boolean()
.not_null()
.default(false),
)
.to_owned(),
)
.await?;