J G

J G Programista Php,
Supremum SEO Sp. z
o.o.

Temat: Cześć mam pytanie może ktoś już z was napotkał się z...

bo ja napotykam się pierwszy raz, a więc zrobiłem sobie scheme która wygląda tak

User:
actAs: { Timestampable: ~ }
columns:
id_u: { type: integer, notnull: true, primary: true , autoincrement: true}
login: { type: string(255), unique: true }
password: {type: string(255)}
name: {type: string(255)}
nazwisko:{type: string(255)}
id_k: { type: integer, notnull: true}
id_c: { type: integer, notnull: true}
id_m: {type: integer, notnull: true}
Keys:
actAs: { Timestampable: ~ }
columns:
id_k: { type: integer, notnull: true, primary: true, autoincrement: true }
key_priv: { type: integer, notnull: true }
key_public: { type: integer, notnull: true }
relations:
User: { onDelete: CASCADE, local: id_k, foreign: id_u, foreignAlias: keys }
Certificates:
actAs: { Timestampable: ~ }
columns:
id_c: { type: int, notnull: true, primary: true, autoincrement: true }
exposed: { type: string(255)}
data_from: {type: date}
data_to: {type: date}
relations:
User: { onDelete: CASCADE, local: id_c, foreign: id_u, foreignAlias: certificates }
Message:
columns:
id_m: { type: integer, primary: true, autoincrement: true }
text: { type: text }
id_from: {type: int}

po wpisaniu polecenia build--all tworzy mi tylko jedną tabele mianowicie certificates naprawdę pierwszy raz spotykam się z takim problemem był bym wdzięczny za jakieś nakierowanie

Pozdrawiam ;)
J G

J G Programista Php,
Supremum SEO Sp. z
o.o.

Temat: Cześć mam pytanie może ktoś już z was napotkał się z...

Problem rozwiązany co ciekawe doctrine poprostu nie przyjmuje tabeli keysJan Głogowski edytował(a) ten post dnia 29.10.12 o godzinie 21:13
Adam W.

Adam W. senior php
developer, Symfony

Temat: Cześć mam pytanie może ktoś już z was napotkał się z...

Jan Głogowski:
Problem rozwiązany co ciekawe doctrine poprostu nie przyjmuje tabeli keys

a jeszcze miałeś User, dlaczego jej nie utworzył?
J G

J G Programista Php,
Supremum SEO Sp. z
o.o.

Temat: Cześć mam pytanie może ktoś już z was napotkał się z...

Bo szedł jakoś dziwnie najpierw robił certificates potem keys i sie na nim zacinał ;)

Temat: Cześć mam pytanie może ktoś już z was napotkał się z...

Niektóre słowa kluczowe są zarezerwowane. Tutaj lista: http://dev.mysql.com/doc/refman/5.0/en/reserved-words....



Wyślij zaproszenie do