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