59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
|
name: MariaDbGrammar
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Connection
|
||
|
type: class
|
||
|
source: Illuminate\Database\Connection
|
||
|
- name: Blueprint
|
||
|
type: class
|
||
|
source: Illuminate\Database\Schema\Blueprint
|
||
|
- name: Fluent
|
||
|
type: class
|
||
|
source: Illuminate\Support\Fluent
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: compileRenameColumn
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: blueprint
|
||
|
- name: command
|
||
|
- name: connection
|
||
|
comment: '# * Compile a rename column command.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Database\Schema\Blueprint $blueprint
|
||
|
|
||
|
# * @param \Illuminate\Support\Fluent $command
|
||
|
|
||
|
# * @param \Illuminate\Database\Connection $connection
|
||
|
|
||
|
# * @return array|string'
|
||
|
- name: typeUuid
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: column
|
||
|
comment: '# * Create the column definition for a uuid type.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Support\Fluent $column
|
||
|
|
||
|
# * @return string'
|
||
|
- name: typeGeometry
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: column
|
||
|
comment: '# * Create the column definition for a spatial Geometry type.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Support\Fluent $column
|
||
|
|
||
|
# * @return string'
|
||
|
traits:
|
||
|
- Illuminate\Database\Connection
|
||
|
- Illuminate\Database\Schema\Blueprint
|
||
|
- Illuminate\Support\Fluent
|
||
|
interfaces: []
|