fix: add column type
This commit is contained in:
@@ -9,6 +9,7 @@ export default class PaymentProvider {
|
||||
|
||||
@Property({
|
||||
default: true,
|
||||
columnType: "boolean",
|
||||
})
|
||||
is_enabled: boolean = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user