1 | <?php |
||
9 | class MysqlConnection extends BaseMySqlConnection |
||
10 | { |
||
11 | /** |
||
12 | * Get a schema builder instance for the connection. |
||
13 | * |
||
14 | * @return \Illuminate\Database\Schema\MySqlBuilder |
||
15 | */ |
||
16 | public function getSchemaBuilder() |
||
27 | |||
28 | /** |
||
29 | * Get the custom schema grammar instance. |
||
30 | * |
||
31 | * @return \Milkmeowo\Framework\Database\Schema\Grammars\MysqlGrammar |
||
32 | */ |
||
33 | protected function getDefaultSchemaGrammar() |
||
37 | } |
||
38 |