mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: Stripe payment integration
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user