1 | <?php |
||
15 | class AddIndex extends IndexOperation |
||
16 | { |
||
17 | use OptionsTrait; |
||
18 | |||
19 | /** |
||
20 | * @param string|null $database |
||
21 | * @param string $table |
||
22 | * @param array $columns |
||
23 | * @param array $options |
||
24 | */ |
||
25 | public function __construct($database, string $table, array $columns, array $options = []) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function execute(CapsuleInterface $capsule) |
||
49 | } |