Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
0.00% covered (danger)
0.00%
0 / 28
Eccube\Entity\DeliveryDate:
    type: entity
    table: dtb_delivery_date
    repositoryClass: Eccube\Repository\DeliveryDateRepository
    id:
        id:
            type: integer
            nullable: false
            unsigned: false
            id: true
            column: date_id
            generator:
                strategy: AUTO
    fields:
        name:
            type: text
            nullable: true
        value:
            type: smallint
            nullable: false
            unsigned: false
            options:
                default: '0'
        rank:
            type: smallint
            nullable: false
            unsigned: false
    lifecycleCallbacks: {  }