Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Symfony2 Wiele do wielu relacyjnych struktur Db

ok, piszę w inny sposób:

use może korzystać z tego mapowania:

Film:

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

Artysta:

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

Rola:

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. Wartości dziesiętne (3,2) w MySQL to zawsze 9,99

  2. struktura mysql dla postów i komentarzy

  3. Perl DBI wstawia wiele wierszy za pomocą natywnej funkcji wielokrotnego wstawiania mysql

  4. Jak mogę sprawdzić, czy istnieje tabela MySQL z PHP?

  5. MySQL pokazuje liczbę 0 dla dat bez rekordów