You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
criar db update para criar a tabela (tentar usar o comando /var/www/src/tools# ./doctrine orm:schema-tool:update --dump-sql |grep draw)
Descrição da entidade
id
createTimestamp
user (mapeamento para o usuário autenticado no momento)
evaluationMethodConfiguration (mapeamento ManyToOne para EvaluationMethodConfiguration)
nome da comissão
número do sorteio (SELECT max(numero_sorteio) + 1 FROM CommitteeDraw WHERE committee_name = :committee_name and evaluationMethodConfiguration = :evaluationMethodConfiguraiton)
seed (resultado do $seed = crc32($evaluationMethodConfiguration->id . $committee_name . $numeroSorteio);
fileMd5
file (mapeamento para o file que foi usado para o sorteio)
Entitiesdo plugin/var/www/src/tools# ./doctrine orm:schema-tool:update --dump-sql |grep draw)Descrição da entidade
SELECT max(numero_sorteio) + 1 FROM CommitteeDraw WHERE committee_name = :committee_name and evaluationMethodConfiguration = :evaluationMethodConfiguraiton)$seed = crc32($evaluationMethodConfiguration->id . $committee_name . $numeroSorteio);