| 1 | <?php namespace Limoncello\Data\Migrations; |
||
| 27 | class RawNameType extends Type |
||
| 28 | { |
||
| 29 | /** Type name */ |
||
| 30 | const TYPE_NAME = 'RawName'; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | 1 | public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform) |
|
| 46 | |||
| 47 | /** |
||
| 48 | * @inheritdoc |
||
| 49 | */ |
||
| 50 | 1 | public function getName() |
|
| 54 | } |
||
| 55 |