fix: add column type

This commit is contained in:
fPolic
2024-01-18 10:50:46 +01:00
parent aa1585b52c
commit d5af7cc5f9

View File

@@ -9,6 +9,7 @@ export default class PaymentProvider {
@Property({
default: true,
columnType: "boolean",
})
is_enabled: boolean = true
}