HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/ec/src/Eccube/Resource/doctrine/Eccube.Entity.BlockPosition.dcm.yml
Eccube\Entity\BlockPosition:
    type: entity
    table: dtb_block_position
    repositoryClass: Eccube\Repository\BlockPositionRepository
    id:
        page_id:
            type: integer
            nullable: false
            unsigned: false
            id: true
        target_id:
            type: integer
            nullable: false
            unsigned: false
            id: true
        block_id:
            type: integer
            nullable: false
            unsigned: false
            id: true
    fields:
        block_row:
            type: integer
            nullable: true
            unsigned: false
        anywhere:
            type: smallint
            nullable: false
            unsigned: false
            options:
                default: '0'
    manyToOne:
        Block:
            targetEntity: Eccube\Entity\Block
            inversedBy: BlockPositions
            joinColumn:
                name: block_id
                referencedColumnName: block_id
                nullable: false
        PageLayout:
            targetEntity: Eccube\Entity\PageLayout
            inversedBy: BlockPositions
            joinColumn:
                name: page_id
                referencedColumnName: page_id
                nullable: false
    lifecycleCallbacks: {  }