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