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 takUser:
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 ;)