SuperdeskWebPublisher/SWPBridgeBundle

View on GitHub
Resources/config/doctrine-orm/Event.OccurStatus.orm.yml

Summary

Maintainability
Test Coverage
SWP\Component\Bridge\Model\Event\OccurStatus:
    type:  mappedSuperclass
    table: swp_event_occur_status
    id:
        id:
            type: integer
            id: true
            generator:
                strategy: AUTO
    fields:
        name:
            type: string
        qcode:
            type: string