Import of old stuff, it might work now
This commit is contained in:
@@ -62,7 +62,7 @@ impl MigrationTrait for Migration {
|
||||
.if_not_exists()
|
||||
.col(
|
||||
ColumnDef::new(Expenditure::TransactionId)
|
||||
.integer()
|
||||
.string()
|
||||
.not_null(),
|
||||
)
|
||||
.col(ColumnDef::new(Expenditure::Category).string().not_null())
|
||||
|
||||
Reference in New Issue
Block a user