MusicScanner/src/Sikofitt/HathorBundle/Resources/config/doctrine/Artist.orm.yml

22 lines
490 B
YAML
Raw Normal View History

2015-11-02 07:02:27 -08:00
Sikofitt\HathorBundle\Entity\Artist:
type: entity
table: null
repositoryClass: Sikofitt\HathorBundle\Entity\ArtistRepository
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
string:
type: string
length: 255
name:
type: string
length: 255
slug:
type: string
length: 255
lifecycleCallbacks: { }