Store webhooks
This commit is contained in:
@ -23,6 +23,7 @@ final class CreateTokuSubscriptions extends AbstractMigration
|
||||
->addColumn('venta_id', 'integer', ['signed' => false])
|
||||
->addColumn('toku_id', 'string', ['length' => 255])
|
||||
->addTimestamps()
|
||||
->addIndex(['venta_id'], ['unique' => true])
|
||||
->create();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user