Está en la página 1de 2

permiso

# id Serial (11) usuario_permiso


* nombre_permiso Variable characters (15) # usuario_id Integer
* estado Integer # permiso_id Integer
* fecha_asignacion Date

usuario
# id Serial (11)
doctrine_migration_versions * user Variable charac
# version Variable characters (191) * pass Variable charac
o executed_at Date & Time * correo Variable charac
o execution_time Integer

persona
profesor
# id Serial (11)
o nombres Variable characters (30) # id Serial (11)
* apellidos Variable characters (30) * usuario_id Integer
* dui Variable characters (9) * persona_id Integer
o nit Variable characters (9) o identificador Variable characters (15)
o cel1 Variable characters (9)
o cel2 Variable characters (9)
* correo Variable characters (20)

alumno
# id Serial (11)
o padre_id Integer
o madre_id Integer
o nombre Variable characters (30)
o apellidos Variable characters (35)
o edad Integer
o nit Integer
o tel_padre Variable characters (8)
o tel_madre Variable characters (8)
o nombrepapa Variable characters (35)
o nombre_madre Variable characters (35)

1/2
periodo
materias # id Serial (11)
# id Serial (11) * numero Integer
o nombre Variable characters (25) * nombre Variable characters (20)
o codigo Variable characters (10)

evaluaciones
# id Serial (11)
* periodo_id Integer
* materia_id Integer
* nombre Variable characters (30)
usuario
* ponderacion Long float
Serial (11) materia_de_grado o fecha Date
Variable characters (15)
# id Serial (11)
Variable characters (15)
* materia_id Integer
Variable characters (60)
* grado_id Integer
o encargado_id Integer

seccion
# id Serial (11)
* nombre Variable characters (20)
* turno Variable characters (20)

grados
# id Serial (11)
* seccion_id Integer
o encargado_id Integer
o nombre Variable characters (20)
o nivel Integer

anio
matricula # id Serial (11)
o presupuesto Long float
# id Serial (11)
o director Variable characters (50)
* alumno_id Integer
o fecha_inicio Date
o grado_id Integer
o fecha_fin Date
* anio_id Integer
* anio Integer

evaluacion_de_alumno
# id Serial (11)
* alumno_id Integer
* evaluacion_id Integer
* nota Long float

2/2

También podría gustarte