Recent Posts
Java | 25 sec ago
None | 30 sec ago
HTML | 38 sec ago
None | 1 min ago
C++ | 1 min ago
None | 2 min ago
None | 2 min ago
Diff | 2 min ago
None | 2 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 07:11:44 PM Download | Raw | Embed | Report
  1. detect_relations: true
  2. TAfiliado:
  3.   connection: doctrine
  4.   tableName: t_afiliado
  5.   columns:
  6.     id_afiliado:
  7.       type: integer(4)
  8.       fixed: false
  9.       unsigned: false
  10.       primary: true
  11.       sequence: t_afiliado_id_afiliado
  12.     ci:
  13.       type: string()
  14.       fixed: false
  15.       unsigned: false
  16.       notnull: true
  17.       primary: false
  18.     tomo:
  19.       type: string()
  20.       fixed: false
  21.       unsigned: false
  22.       notnull: false
  23.       primary: false
  24.     folio:
  25.       type: string()
  26.       fixed: false
  27.       unsigned: false
  28.       notnull: false
  29.       primary: false
  30.     nombres:
  31.       type: string()
  32.       fixed: false
  33.       unsigned: false
  34.       notnull: false
  35.       primary: false
  36.     p_apellido:
  37.       type: string()
  38.       fixed: false
  39.       unsigned: false
  40.       notnull: false
  41.       primary: false
  42.     s_apellido:
  43.       type: string()
  44.       fixed: false
  45.       unsigned: false
  46.       notnull: false
  47.       primary: false
  48.     direccion:
  49.       type: string()
  50.       fixed: false
  51.       unsigned: false
  52.       notnull: false
  53.       primary: false
  54.     sexo:
  55.       type: string()
  56.       fixed: true
  57.       unsigned: false
  58.       notnull: false
  59.       primary: false
  60.     hijos:
  61.       type: string()
  62.       fixed: true
  63.       unsigned: false
  64.       notnull: false
  65.       primary: false
  66.     onat:
  67.       type: bit()
  68.       fixed: false
  69.       unsigned: false
  70.       notnull: false
  71.       primary: false
  72.     fecha_ingreso:
  73.       type: date(25)
  74.       fixed: false
  75.       unsigned: false
  76.       notnull: false
  77.       primary: false
  78.     fecha_graduado:
  79.       type: date(25)
  80.       fixed: false
  81.       unsigned: false
  82.       notnull: false
  83.       primary: false
  84.     titulo:
  85.       type: bit()
  86.       fixed: false
  87.       unsigned: false
  88.       notnull: false
  89.       primary: false
  90.     telefono:
  91.       type: string()
  92.       fixed: false
  93.       unsigned: false
  94.       notnull: false
  95.       primary: false
  96.     email:
  97.       type: string()
  98.       fixed: false
  99.       unsigned: false
  100.       notnull: false
  101.       primary: false
  102.     observaciones:
  103.       type: string()
  104.       fixed: false
  105.       unsigned: false
  106.       notnull: false
  107.       primary: false
  108.     baja:
  109.       type: bit()
  110.       fixed: false
  111.       unsigned: false
  112.       notnull: false
  113.       primary: false
  114.     jubilado:
  115.       type: bit()
  116.       fixed: false
  117.       unsigned: false
  118.       notnull: false
  119.       primary: false
  120.     id_municipio:
  121.       type: integer(4)
  122.       fixed: false
  123.       unsigned: false
  124.       notnull: true
  125.       primary: false
  126.     id_estado_civil:
  127.       type: integer(4)
  128.       fixed: false
  129.       unsigned: false
  130.       notnull: true
  131.       primary: false
  132.     id_seccion:
  133.       type: integer(4)
  134.       fixed: false
  135.       unsigned: false
  136.       notnull: true
  137.       primary: false
  138.     id_entidad:
  139.       type: integer(4)
  140.       fixed: false
  141.       unsigned: false
  142.       notnull: true
  143.       primary: false
  144.     id_centro_estudio:
  145.       type: integer(4)
  146.       fixed: false
  147.       unsigned: false
  148.       notnull: true
  149.       primary: false
  150.     id_especialidad:
  151.       type: integer(4)
  152.       fixed: false
  153.       unsigned: false
  154.       notnull: true
  155.       primary: false
  156.     id_cargo:
  157.       type: integer(4)
  158.       fixed: false
  159.       unsigned: false
  160.       notnull: true
  161.       primary: false
  162.     id_tipo_afiliado:
  163.       type: integer(4)
  164.       fixed: false
  165.       unsigned: false
  166.       notnull: true
  167.       primary: false
  168.     id_pais:
  169.       type: integer(4)
  170.       fixed: false
  171.       unsigned: false
  172.       notnull: true
  173.       primary: false
  174.     id_grupo_especialidad:
  175.       type: integer(4)
  176.       fixed: false
  177.       unsigned: false
  178.       notnull: true
  179.       primary: false
  180.     id_sociedad:
  181.       type: integer(4)
  182.       fixed: false
  183.       unsigned: false
  184.       notnull: true
  185.       primary: false
  186.     id_empresa:
  187.       type: integer(4)
  188.       fixed: false
  189.       unsigned: false
  190.       notnull: true
  191.       primary: false
  192.   relations:
  193.     TMunicipio:
  194.       local: id_municipio
  195.       foreign: id_municipio
  196.       type: one
  197.     TEstadoCivil:
  198.       local: id_estado_civil
  199.       foreign: id_estado_civil
  200.       type: one
  201.     TSeccion:
  202.       local: id_seccion
  203.       foreign: id_seccion
  204.       type: one
  205.     TEntidad:
  206.       local: id_entidad
  207.       foreign: id_entidad
  208.       type: one
  209.     TCentroEstudio:
  210.       local: 'id_centro_estudio, id_pais'
  211.       foreign: 'id_centro_estudio, id_pais'
  212.       type: one
  213.     TEspecialidad:
  214.       local: 'id_especialidad, id_grupo_especialidad, id_sociedad'
  215.       foreign: 'id_especialidad, id_grupo_especialidad, id_sociedad'
  216.       type: one
  217.     TCargo:
  218.       local: id_cargo
  219.       foreign: id_cargo
  220.       type: one
  221.     TTipoAfiliado:
  222.       local: id_tipo_afiliado
  223.       foreign: id_tipo_afiliado
  224.       type: one
  225.     TEmpresa:
  226.       local: id_empresa
  227.       foreign: id_empresa
  228.       type: one
  229.     TAfiliadoJunta:
  230.       local: id_afiliado
  231.       foreign: id_afiliado
  232.       type: many
  233.     TAfiliadoOrganizacion:
  234.       local: id_afiliado
  235.       foreign: id_afiliado
  236.       type: many
  237.     TAfiliadosDistincion:
  238.       local: id_afiliado
  239.       foreign: id_afiliado
  240.       type: many
  241.     TBaja:
  242.       local: id_afiliado
  243.       foreign: id_afiliado
  244.       type: many
  245.     TFoto:
  246.       local: id_afiliado
  247.       foreign: id_afiliado
  248.       type: many
  249.     TJubilado:
  250.       local: id_afiliado
  251.       foreign: id_afiliado
  252.       type: many
  253. TAfiliadoJunta:
  254.   connection: doctrine
  255.   tableName: t_afiliado_junta
  256.   columns:
  257.     id_afiliado:
  258.       type: integer(4)
  259.       fixed: false
  260.       unsigned: false
  261.       primary: true
  262.     id_junta:
  263.       type: integer(4)
  264.       fixed: false
  265.       unsigned: false
  266.       primary: true
  267.     id_cargo:
  268.       type: integer(4)
  269.       fixed: false
  270.       unsigned: false
  271.       notnull: true
  272.       primary: false
  273.   relations:
  274.     TAfiliado:
  275.       local: id_afiliado
  276.       foreign: id_afiliado
  277.       type: one
  278.     TCargo:
  279.       local: id_cargo
  280.       foreign: id_cargo
  281.       type: one
  282.     TJunta:
  283.       local: id_junta
  284.       foreign: id_junta
  285.       type: one
  286. TAfiliadoOrganizacion:
  287.   connection: doctrine
  288.   tableName: t_afiliado_organizacion
  289.   columns:
  290.     id:
  291.       type: integer(8)
  292.       autoincrement: true
  293.       primary: true
  294.     id_organizacion:
  295.       type: integer(4)
  296.       fixed: false
  297.       unsigned: false
  298.       notnull: true
  299.       primary: false
  300.     id_afiliado:
  301.       type: integer(4)
  302.       fixed: false
  303.       unsigned: false
  304.       notnull: true
  305.       primary: false
  306.   relations:
  307.     TAfiliado:
  308.       local: id_afiliado
  309.       foreign: id_afiliado
  310.       type: one
  311.     TOrganizacion:
  312.       local: id_organizacion
  313.       foreign: id_organizacion
  314.       type: one
  315. TAfiliadosDistincion:
  316.   connection: doctrine
  317.   tableName: t_afiliados_distincion
  318.   columns:
  319.     id_distincion:
  320.       type: integer(4)
  321.       fixed: false
  322.       unsigned: false
  323.       primary: true
  324.     id_afiliado:
  325.       type: integer(4)
  326.       fixed: false
  327.       unsigned: false
  328.       primary: true
  329.     fecha:
  330.       type: date(25)
  331.       fixed: false
  332.       unsigned: false
  333.       notnull: true
  334.       primary: false
  335.   relations:
  336.     TAfiliado:
  337.       local: id_afiliado
  338.       foreign: id_afiliado
  339.       type: one
  340.     TDistincion:
  341.       local: id_distincion
  342.       foreign: id_distincion
  343.       type: one
  344. TBaja:
  345.   connection: doctrine
  346.   tableName: t_baja
  347.   columns:
  348.     id_baja:
  349.       type: integer(4)
  350.       fixed: false
  351.       unsigned: false
  352.       primary: true
  353.       sequence: t_baja_id_baja
  354.     fecha:
  355.       type: date(25)
  356.       fixed: false
  357.       unsigned: false
  358.       notnull: false
  359.       primary: false
  360.     observaciones:
  361.       type: string()
  362.       fixed: false
  363.       unsigned: false
  364.       notnull: false
  365.       primary: false
  366.     id_afiliado:
  367.       type: integer(4)
  368.       fixed: false
  369.       unsigned: false
  370.       notnull: true
  371.       primary: false
  372.     id_motivo_baja:
  373.       type: integer(4)
  374.       fixed: false
  375.       unsigned: false
  376.       notnull: true
  377.       primary: false
  378.   relations:
  379.     TAfiliado:
  380.       local: id_afiliado
  381.       foreign: id_afiliado
  382.       type: one
  383.     TMotivoBaja:
  384.       local: id_motivo_baja
  385.       foreign: id_motivo_baja
  386.       type: one
  387. TCargo:
  388.   connection: doctrine
  389.   tableName: t_cargo
  390.   columns:
  391.     id_cargo:
  392.       type: integer(4)
  393.       fixed: false
  394.       unsigned: false
  395.       primary: true
  396.       sequence: t_cargo_id_cargo
  397.     nombre:
  398.       type: string()
  399.       fixed: false
  400.       unsigned: false
  401.       notnull: false
  402.       primary: false
  403.   relations:
  404.     TAfiliado:
  405.       local: id_cargo
  406.       foreign: id_cargo
  407.       type: many
  408.     TAfiliadoJunta:
  409.       local: id_cargo
  410.       foreign: id_cargo
  411.       type: many
  412. TCentroEstudio:
  413.   connection: doctrine
  414.   tableName: t_centro_estudio
  415.   columns:
  416.     id_centro_estudio:
  417.       type: integer(4)
  418.       fixed: false
  419.       unsigned: false
  420.       primary: true
  421.       sequence: t_centro_estudio_id_centro_estudio
  422.     siglas:
  423.       type: string()
  424.       fixed: false
  425.       unsigned: false
  426.       notnull: false
  427.       primary: false
  428.     nombre:
  429.       type: string()
  430.       fixed: false
  431.       unsigned: false
  432.       notnull: true
  433.       primary: false
  434.     id_pais:
  435.       type: integer(4)
  436.       fixed: false
  437.       unsigned: false
  438.       primary: true
  439.   relations:
  440.     TPais:
  441.       local: id_pais
  442.       foreign: id_pais
  443.       type: one
  444.     TAfiliado:
  445.       local: 'id_centro_estudio, id_pais'
  446.       foreign: 'id_centro_estudio, id_pais'
  447.       type: many
  448. TDistincion:
  449.   connection: doctrine
  450.   tableName: t_distincion
  451.   columns:
  452.     id_distincion:
  453.       type: integer(4)
  454.       fixed: false
  455.       unsigned: false
  456.       primary: true
  457.       sequence: t_distincion_id_distincion
  458.     nombre:
  459.       type: string()
  460.       fixed: false
  461.       unsigned: false
  462.       notnull: false
  463.       primary: false
  464.     id_grupo_distincion:
  465.       type: integer(4)
  466.       fixed: false
  467.       unsigned: false
  468.       notnull: true
  469.       primary: false
  470.   relations:
  471.     TGrupoDistincion:
  472.       local: id_grupo_distincion
  473.       foreign: id_grupo_distincion
  474.       type: one
  475.     TAfiliadosDistincion:
  476.       local: id_distincion
  477.       foreign: id_distincion
  478.       type: many
  479. TEmpresa:
  480.   connection: doctrine
  481.   tableName: t_empresa
  482.   columns:
  483.     id_empresa:
  484.       type: integer(4)
  485.       fixed: false
  486.       unsigned: false
  487.       primary: true
  488.       sequence: t_empresa_id_empresa
  489.     freup:
  490.       type: string()
  491.       fixed: false
  492.       unsigned: false
  493.       notnull: false
  494.       primary: false
  495.     nombre:
  496.       type: string()
  497.       fixed: false
  498.       unsigned: false
  499.       notnull: true
  500.       primary: false
  501.     direccion:
  502.       type: string()
  503.       fixed: false
  504.       unsigned: false
  505.       notnull: true
  506.       primary: false
  507.     presidente:
  508.       type: string()
  509.       fixed: false
  510.       unsigned: false
  511.       notnull: false
  512.       primary: false
  513.     telefeno:
  514.       type: string()
  515.       fixed: false
  516.       unsigned: false
  517.       notnull: false
  518.       primary: false
  519.     email:
  520.       type: string()
  521.       fixed: false
  522.       unsigned: false
  523.       notnull: false
  524.       primary: false
  525.     logo:
  526.       type: string()
  527.       fixed: false
  528.       unsigned: false
  529.       notnull: false
  530.       primary: false
  531.     id_provincia:
  532.       type: integer(4)
  533.       fixed: false
  534.       unsigned: false
  535.       notnull: true
  536.       primary: false
  537.   relations:
  538.     TProvincia:
  539.       local: id_provincia
  540.       foreign: id_provincia
  541.       type: one
  542.     TAfiliado:
  543.       local: id_empresa
  544.       foreign: id_empresa
  545.       type: many
  546. TEntidad:
  547.   connection: doctrine
  548.   tableName: t_entidad
  549.   columns:
  550.     id_entidad:
  551.       type: integer(4)
  552.       fixed: false
  553.       unsigned: false
  554.       primary: true
  555.       sequence: t_entidad_id_entidad
  556.     freup:
  557.       type: string()
  558.       fixed: false
  559.       unsigned: false
  560.       notnull: true
  561.       primary: false
  562.     nombre:
  563.       type: string()
  564.       fixed: false
  565.       unsigned: false
  566.       notnull: true
  567.       primary: false
  568.     direccion:
  569.       type: string()
  570.       fixed: false
  571.       unsigned: false
  572.       notnull: false
  573.       primary: false
  574.     email:
  575.       type: string()
  576.       fixed: false
  577.       unsigned: false
  578.       notnull: false
  579.       primary: false
  580.     telefono:
  581.       type: string()
  582.       fixed: false
  583.       unsigned: false
  584.       notnull: false
  585.       primary: false
  586.     id_municipio:
  587.       type: integer(4)
  588.       fixed: false
  589.       unsigned: false
  590.       notnull: true
  591.       primary: false
  592.     id_organismo:
  593.       type: integer(4)
  594.       fixed: false
  595.       unsigned: false
  596.       notnull: true
  597.       primary: false
  598.   relations:
  599.     TMunicipio:
  600.       local: id_municipio
  601.       foreign: id_municipio
  602.       type: one
  603.     TOrganismo:
  604.       local: id_organismo
  605.       foreign: id_organismo
  606.       type: one
  607.     TAfiliado:
  608.       local: id_entidad
  609.       foreign: id_entidad
  610.       type: many
  611. TEspecialidad:
  612.   connection: doctrine
  613.   tableName: t_especialidad
  614.   columns:
  615.     id_especialidad:
  616.       type: integer(4)
  617.       fixed: false
  618.       unsigned: false
  619.       primary: true
  620.       sequence: t_especialidad_id_especialidad
  621.     nombre:
  622.       type: string()
  623.       fixed: false
  624.       unsigned: false
  625.       notnull: true
  626.       primary: false
  627.     id_grupo_especialidad:
  628.       type: integer(4)
  629.       fixed: false
  630.       unsigned: false
  631.       primary: true
  632.     id_sociedad:
  633.       type: integer(4)
  634.       fixed: false
  635.       unsigned: false
  636.       primary: true
  637.   relations:
  638.     TGrupoEspecialidad:
  639.       local: id_grupo_especialidad
  640.       foreign: id_grupo_especialidad
  641.       type: one
  642.     TSociedad:
  643.       local: id_sociedad
  644.       foreign: id_sociedad
  645.       type: one
  646.     TAfiliado:
  647.       local: 'id_especialidad, id_grupo_especialidad, id_sociedad'
  648.       foreign: 'id_especialidad, id_grupo_especialidad, id_sociedad'
  649.       type: many
  650. TEstadoCivil:
  651.   connection: doctrine
  652.   tableName: t_estado_civil
  653.   columns:
  654.     id_estado_civil:
  655.       type: integer(4)
  656.       fixed: false
  657.       unsigned: false
  658.       primary: true
  659.       sequence: t_estado_civil_id_estado_civil
  660.     nombre:
  661.       type: string()
  662.       fixed: false
  663.       unsigned: false
  664.       notnull: true
  665.       primary: false
  666.   relations:
  667.     TAfiliado:
  668.       local: id_estado_civil
  669.       foreign: id_estado_civil
  670.       type: many
  671. TEvento:
  672.   connection: doctrine
  673.   tableName: t_evento
  674.   columns:
  675.     id_evento:
  676.       type: integer(4)
  677.       fixed: false
  678.       unsigned: false
  679.       primary: true
  680.       sequence: t_evento_id_evento
  681.     nombre:
  682.       type: string()
  683.       fixed: false
  684.       unsigned: false
  685.       notnull: true
  686.       primary: false
  687.     fecha:
  688.       type: date(25)
  689.       fixed: false
  690.       unsigned: false
  691.       notnull: true
  692.       primary: false
  693.     participantes:
  694.       type: integer(4)
  695.       fixed: false
  696.       unsigned: false
  697.       notnull: true
  698.       primary: false
  699.     descripcion:
  700.       type: string()
  701.       fixed: false
  702.       unsigned: false
  703.       notnull: false
  704.       primary: false
  705.     lugar:
  706.       type: string()
  707.       fixed: false
  708.       unsigned: false
  709.       notnull: true
  710.       primary: false
  711.     direccion:
  712.       type: string()
  713.       fixed: false
  714.       unsigned: false
  715.       notnull: false
  716.       primary: false
  717.     foto:
  718.       type: string()
  719.       fixed: false
  720.       unsigned: false
  721.       notnull: false
  722.       primary: false
  723.     id_municipio:
  724.       type: integer(4)
  725.       fixed: false
  726.       unsigned: false
  727.       notnull: true
  728.       primary: false
  729.     id_provincia:
  730.       type: integer(4)
  731.       fixed: false
  732.       unsigned: false
  733.       notnull: true
  734.       primary: false
  735.     id_tipo_evento:
  736.       type: integer(4)
  737.       fixed: false
  738.       unsigned: false
  739.       notnull: true
  740.       primary: false
  741.   relations:
  742.     TProvincia:
  743.       local: id_provincia
  744.       foreign: id_provincia
  745.       type: one
  746.     TMunicipio:
  747.       local: id_municipio
  748.       foreign: id_municipio
  749.       type: one
  750.     TTipoEvento:
  751.       local: id_tipo_evento
  752.       foreign: id_tipo_evento
  753.       type: one
  754. TFoto:
  755.   connection: doctrine
  756.   tableName: t_foto
  757.   columns:
  758.     id_foto:
  759.       type: integer(4)
  760.       fixed: false
  761.       unsigned: false
  762.       primary: true
  763.       sequence: t_foto_id_foto
  764.     foto:
  765.       type: string()
  766.       fixed: false
  767.       unsigned: false
  768.       notnull: false
  769.       primary: false
  770.     id_afiliado:
  771.       type: integer(4)
  772.       fixed: false
  773.       unsigned: false
  774.       primary: true
  775.   relations:
  776.     TAfiliado:
  777.       local: id_afiliado
  778.       foreign: id_afiliado
  779.       type: one
  780. TGrupoDistincion:
  781.   connection: doctrine
  782.   tableName: t_grupo_distincion
  783.   columns:
  784.     id_grupo_distincion:
  785.       type: integer(4)
  786.       fixed: false
  787.       unsigned: false
  788.       primary: true
  789.       sequence: t_grupo_distincion_id_grupo_distincion
  790.     nombre:
  791.       type: string()
  792.       fixed: false
  793.       unsigned: false
  794.       notnull: false
  795.       primary: false
  796.   relations:
  797.     TDistincion:
  798.       local: id_grupo_distincion
  799.       foreign: id_grupo_distincion
  800.       type: many
  801. TGrupoEspecialidad:
  802.   connection: doctrine
  803.   tableName: t_grupo_especialidad
  804.   columns:
  805.     id_grupo_especialidad:
  806.       type: integer(4)
  807.       fixed: false
  808.       unsigned: false
  809.       primary: true
  810.       sequence: t_grupo_especialidad_id_grupo_especialidad
  811.     nombre:
  812.       type: string()
  813.       fixed: false
  814.       unsigned: false
  815.       notnull: true
  816.       primary: false
  817.   relations:
  818.     TEspecialidad:
  819.       local: id_grupo_especialidad
  820.       foreign: id_grupo_especialidad
  821.       type: many
  822. TJubilado:
  823.   connection: doctrine
  824.   tableName: t_jubilado
  825.   columns:
  826.     id_jubilado:
  827.       type: integer(4)
  828.       fixed: false
  829.       unsigned: false
  830.       primary: true
  831.       sequence: t_jubilado_id_jubilado
  832.     anno:
  833.       type: string()
  834.       fixed: true
  835.       unsigned: false
  836.       notnull: true
  837.       primary: false
  838.     apto:
  839.       type: string()
  840.       fixed: false
  841.       unsigned: false
  842.       notnull: false
  843.       primary: false
  844.     observacion:
  845.       type: string()
  846.       fixed: false
  847.       unsigned: false
  848.       notnull: false
  849.       primary: false
  850.     id_afiliado:
  851.       type: integer(4)
  852.       fixed: false
  853.       unsigned: false
  854.       notnull: true
  855.       primary: false
  856.   relations:
  857.     TAfiliado:
  858.       local: id_afiliado
  859.       foreign: id_afiliado
  860.       type: one
  861. TJunta:
  862.   connection: doctrine
  863.   tableName: t_junta
  864.   columns:
  865.     id_junta:
  866.       type: integer(4)
  867.       fixed: false
  868.       unsigned: false
  869.       primary: true
  870.       sequence: t_junta_id_junta
  871.     nombre:
  872.       type: string()
  873.       fixed: false
  874.       unsigned: false
  875.       notnull: true
  876.       primary: false
  877.     id_tipo_junta:
  878.       type: integer(4)
  879.       fixed: false
  880.       unsigned: false
  881.       notnull: true
  882.       primary: false
  883.   relations:
  884.     TTipoJunta:
  885.       local: id_tipo_junta
  886.       foreign: id_tipo_junta
  887.       type: one
  888.     TAfiliadoJunta:
  889.       local: id_junta
  890.       foreign: id_junta
  891.       type: many
  892. TMotivoBaja:
  893.   connection: doctrine
  894.   tableName: t_motivo_baja
  895.   columns:
  896.     id_motivo_baja:
  897.       type: integer(4)
  898.       fixed: false
  899.       unsigned: false
  900.       primary: true
  901.       sequence: t_motivo_baja_id_motivo_baja
  902.     nombre:
  903.       type: string()
  904.       fixed: false
  905.       unsigned: false
  906.       notnull: true
  907.       primary: false
  908.   relations:
  909.     TBaja:
  910.       local: id_motivo_baja
  911.       foreign: id_motivo_baja
  912.       type: many
  913. TMunicipio:
  914.   connection: doctrine
  915.   tableName: t_municipio
  916.   columns:
  917.     id_municipio:
  918.       type: integer(4)
  919.       fixed: false
  920.       unsigned: false
  921.       primary: true
  922.       sequence: t_municipio_id_municipio
  923.     id_provincia:
  924.       type: integer(4)
  925.       fixed: false
  926.       unsigned: false
  927.       notnull: true
  928.       primary: false
  929.     nombre:
  930.       type: string()
  931.       fixed: false
  932.       unsigned: false
  933.       notnull: true
  934.       primary: false
  935.   relations:
  936.     TProvincia:
  937.       local: id_provincia
  938.       foreign: id_provincia
  939.       type: one
  940.     TAfiliado:
  941.       local: id_municipio
  942.       foreign: id_municipio
  943.       type: many
  944.     TEntidad:
  945.       local: id_municipio
  946.       foreign: id_municipio
  947.       type: many
  948.     TEvento:
  949.       local: id_municipio
  950.       foreign: id_municipio
  951.       type: many
  952. TOrganismo:
  953.   connection: doctrine
  954.   tableName: t_organismo
  955.   columns:
  956.     id_organismo:
  957.       type: integer(4)
  958.       fixed: false
  959.       unsigned: false
  960.       primary: true
  961.       sequence: t_organismo_id_organismo
  962.     codigo:
  963.       type: string()
  964.       fixed: false
  965.       unsigned: false
  966.       notnull: true
  967.       primary: false
  968.     siglas:
  969.       type: string()
  970.       fixed: false
  971.       unsigned: false
  972.       notnull: false
  973.       primary: false
  974.     nombre:
  975.       type: string()
  976.       fixed: false
  977.       unsigned: false
  978.       notnull: true
  979.       primary: false
  980.   relations:
  981.     TEntidad:
  982.       local: id_organismo
  983.       foreign: id_organismo
  984.       type: many
  985. TOrganizacion:
  986.   connection: doctrine
  987.   tableName: t_organizacion
  988.   columns:
  989.     id_organizacion:
  990.       type: integer(4)
  991.       fixed: false
  992.       unsigned: false
  993.       primary: true
  994.       sequence: t_organizacion_id_organizacion
  995.     siglas:
  996.       type: string()
  997.       fixed: false
  998.       unsigned: false
  999.       notnull: false
  1000.       primary: false
  1001.     nombre:
  1002.       type: string()
  1003.       fixed: false
  1004.       unsigned: false
  1005.       notnull: false
  1006.       primary: false
  1007.   relations:
  1008.     TAfiliadoOrganizacion:
  1009.       local: id_organizacion
  1010.       foreign: id_organizacion
  1011.       type: many
  1012. TPais:
  1013.   connection: doctrine
  1014.   tableName: t_pais
  1015.   columns:
  1016.     id_pais:
  1017.       type: integer(4)
  1018.       fixed: false
  1019.       unsigned: false
  1020.       primary: true
  1021.       sequence: t_pais_id_pais
  1022.     codigo:
  1023.       type: string()
  1024.       fixed: false
  1025.       unsigned: false
  1026.       notnull: true
  1027.       primary: false
  1028.     nombre:
  1029.       type: string()
  1030.       fixed: true
  1031.       unsigned: false
  1032.       notnull: true
  1033.       primary: false
  1034.   relations:
  1035.     TCentroEstudio:
  1036.       local: id_pais
  1037.       foreign: id_pais
  1038.       type: many
  1039. TProvincia:
  1040.   connection: doctrine
  1041.   tableName: t_provincia
  1042.   columns:
  1043.     id_provincia:
  1044.       type: integer(4)
  1045.       fixed: false
  1046.       unsigned: false
  1047.       primary: true
  1048.       sequence: t_provincia_id_provincia
  1049.     nombre:
  1050.       type: string()
  1051.       fixed: false
  1052.       unsigned: false
  1053.       notnull: true
  1054.       primary: false
  1055.   relations:
  1056.     TEmpresa:
  1057.       local: id_provincia
  1058.       foreign: id_provincia
  1059.       type: many
  1060.     TEvento:
  1061.       local: id_provincia
  1062.       foreign: id_provincia
  1063.       type: many
  1064.     TMunicipio:
  1065.       local: id_provincia
  1066.       foreign: id_provincia
  1067.       type: many
  1068. TSeccion:
  1069.   connection: doctrine
  1070.   tableName: t_seccion
  1071.   columns:
  1072.     id_seccion:
  1073.       type: integer(4)
  1074.       fixed: false
  1075.       unsigned: false
  1076.       primary: true
  1077.       sequence: t_seccion_id_seccion
  1078.     nombre:
  1079.       type: string()
  1080.       fixed: false
  1081.       unsigned: false
  1082.       notnull: false
  1083.       primary: false
  1084.   relations:
  1085.     TAfiliado:
  1086.       local: id_seccion
  1087.       foreign: id_seccion
  1088.       type: many
  1089. TSociedad:
  1090.   connection: doctrine
  1091.   tableName: t_sociedad
  1092.   columns:
  1093.     id_sociedad:
  1094.       type: integer(4)
  1095.       fixed: false
  1096.       unsigned: false
  1097.       primary: true
  1098.       sequence: t_sociedad_id_sociedad
  1099.     siglas:
  1100.       type: string()
  1101.       fixed: false
  1102.       unsigned: false
  1103.       notnull: false
  1104.       primary: false
  1105.     nombre:
  1106.       type: string()
  1107.       fixed: false
  1108.       unsigned: false
  1109.       notnull: true
  1110.       primary: false
  1111.     presidente:
  1112.       type: string()
  1113.       fixed: false
  1114.       unsigned: false
  1115.       notnull: false
  1116.       primary: false
  1117.   relations:
  1118.     TEspecialidad:
  1119.       local: id_sociedad
  1120.       foreign: id_sociedad
  1121.       type: many
  1122. TTipoAfiliado:
  1123.   connection: doctrine
  1124.   tableName: t_tipo_afiliado
  1125.   columns:
  1126.     id_tipo_afiliado:
  1127.       type: integer(4)
  1128.       fixed: false
  1129.       unsigned: false
  1130.       primary: true
  1131.       sequence: t_tipo_afiliado_id_tipo_afiliado
  1132.     nombre:
  1133.       type: string()
  1134.       fixed: false
  1135.       unsigned: false
  1136.       notnull: false
  1137.       primary: false
  1138.   relations:
  1139.     TAfiliado:
  1140.       local: id_tipo_afiliado
  1141.       foreign: id_tipo_afiliado
  1142.       type: many
  1143. TTipoEvento:
  1144.   connection: doctrine
  1145.   tableName: t_tipo_evento
  1146.   columns:
  1147.     id_tipo_evento:
  1148.       type: integer(4)
  1149.       fixed: false
  1150.       unsigned: false
  1151.       primary: true
  1152.       sequence: t_tipo_evento_id_tipo_evento
  1153.     nombre:
  1154.       type: string()
  1155.       fixed: false
  1156.       unsigned: false
  1157.       notnull: false
  1158.       primary: false
  1159.   relations:
  1160.     TEvento:
  1161.       local: id_tipo_evento
  1162.       foreign: id_tipo_evento
  1163.       type: many
  1164. TTipoJunta:
  1165.   connection: doctrine
  1166.   tableName: t_tipo_junta
  1167.   columns:
  1168.     id_tipo_junta:
  1169.       type: integer(4)
  1170.       fixed: false
  1171.       unsigned: false
  1172.       primary: true
  1173.       sequence: t_tipo_junta_id_tipo_junta
  1174.     nombre:
  1175.       type: string()
  1176.       fixed: false
  1177.       unsigned: false
  1178.       notnull: false
  1179.       primary: false
  1180.   relations:
  1181.     TJunta:
  1182.       local: id_tipo_junta
  1183.       foreign: id_tipo_junta
  1184.       type: many
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: