Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Symfony2 Nhiều đến nhiều Cấu trúc Db quan hệ

được rồi, tôi viết theo cách khác:

sử dụng có thể sử dụng ánh xạ này:

Phim:

Movie:
    type: entity
    table: movie
    id:
        id:
            type: integer
            generator: { strategy: AUTO }
    fields:
        title: ~
        createdAt:
            type: datetime
    oneToMany:
        roles:
            targetEntity: Role
            mappedBy: movie

Nghệ sĩ:

Artist:
    type: entity
    table: artist
    id:
        id:
            type: integer
            generator: { strategy: AUTO }
    fields:
        fname: ~
        lname: ~
        birthDate:
            type: datetime
        #other fields for this entity

Vai trò:

Role:
    type: entity
    table: role
    id:
        id:
            type: integer
            generator: { strategy: AUTO }
    fields:
        name: ~

    manyToMany:
        artist:
            targetEntity: Artist

    manyToOne:
        movie:
            targetEntity: Movie
            inversedBy: roles



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Python và Django OperationalError (2006, 'Máy chủ MySQL đã biến mất')

  2. com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException:Không thể gọi rollback khi autocommit =true

  3. Lỗi tải trình điều khiển QMYSQL

  4. Gửi tọa độ gps hiện tại đến cơ sở dữ liệu mySQL bằng api google maps

  5. MySQL 8 bỏ qua độ dài số nguyên