feat: Stripe payment integration

This commit is contained in:
Ahmed Bouhuolia
2024-09-21 16:50:22 +02:00
parent 8de8695b25
commit 7756b5b304
24 changed files with 691 additions and 102 deletions

View File

@@ -8,7 +8,7 @@ exports.up = function (knex) {
table.string('service');
table.string('name');
table.string('slug');
table.boolean('enable').defaultTo(true);
table.boolean('active').defaultTo(false);
table.string('account_id');
table.json('options');
table.timestamps();