Changes between Version 16 and Version 17 of DBModel


Ignore:
Timestamp:
02/20/10 03:02:09 (15 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DBModel

    v16 v17  
    1212 1. Додавање на атрибути во Term
    1313 1. Дополнување на коментарот на status во TermEnrollment
     14
     15{{{
     16#!graphviz.dot
     17digraph G {
     18
     19 node [ shape = "record" ]
     20n1008 [ label="{ institution | #institution_id\l parent_institution_id\l institution_type_id\l code\l title\l title_en\l note\l }"]
     21n1019 [ label="{ institution_type | #institution_type_id\l code\l title\l title_en\l host_programs\l note\l }"]
     22n1027 [ label="{ person | #person_id\l embg\l first_name\l middle_name\l last_name\l gender\l birth_date\l birth_place\l birth_province\l birth_country\l nationality\l residence_address\l residence_place\l residence_province\l residence_country\l phone_home\l phone_mobile\l email\l picture\l public_key\l username\l }"]
     23n1049 [ label="{ student | #student_id\l institution_id\l person_id\l status_2\l }"]
     24n1057 [ label="{ instructor | #instructor_id\l person_id\l institution_id\l from_date\l to_date\l }"]
     25n1064 [ label="{ facility | #facility_id\l parent_facility_id\l institution_id\l facility_type_id\l code\l title\l title_en\l note\l }"]
     26n1077 [ label="{ facility_type | #facility_type_id\l code\l title\l title_en\l host_event\l note\l }"]
     27n1085 [ label="{ plan | #plan_id\l institution_id\l code\l title\l title_en\l start_term\l end_term\l note\l }"]
     28n1097 [ label="{ program | #program_id\l plan_id\l code\l title\l title_en\l terms\l note\l }"]
     29n1109 [ label="{ degree | #degree_id\l institution_id\l code\l title\l title_en\l terms\l note\l }"]
     30n1119 [ label="{ subject | #subject_id\l institution_id\l code\l title\l title_en\l abstract\l note\l }"]
     31n1129 [ label="{ program_degree | #program_degree_id\l program_id\l degree_id\l }"]
     32n1136 [ label="{ curriculum | #curriculum_id\l program_id\l subject_id\l term\l term_ordinal\l subject_title\l module_type_id\l exam_type_id\l lecture\l tutorial\l laboratory\l instruction\l individual\l credits\l }"]
     33n1156 [ label="{ curriculum_link | #curriculum_link_id\l curriculum_id\l link_type_id\l }"]
     34n1166 [ label="{ link_type | #link_type_id\l code\l title\l title_en\l note\l }"]
     35n1173 [ label="{ module_type | #module_type_id\l code\l title\l title_en\l note\l }"]
     36n1180 [ label="{ exam_type | #exam_type_id\l code\l title\l title_en\l writen\l oral\l practical\l note\l }"]
     37n1190 [ label="{ curriculum_instruction | #curriculum_instruction_id\l instruction_type_id\l curriculum_id\l per_week\l hours\l }"]
     38n1200 [ label="{ instruction_type | #instruction_type_id\l code\l title\l title_en\l note\l }"]
     39n1207 [ label="{ program_enrollment | #program_enrollment_id\l program_id\l student_id\l }"]
     40n1214 [ label="{ term | #term_id\l term_type_id\l institution_id\l term_year\l term_from\l term_to\l note\l belowminimum_credits\l minimum_credits\l maximum_credits\l }"]
     41n1220 [ label="{ term_program | #term_program_id\l term_id\l program_id\l }"]
     42n1227 [ label="{ term_subject | #term_subject_id\l subject_id\l term_id\l enroll_deadline\l cancel_deadline\l }"]
     43n1234 [ label="{ course | #course_id\l url\l moodle\l }"]
     44n1242 [ label="{ course_curriculum | #course_curriculum_id\l curriculum_link_id\l course_id\l term_program_id\l grade_allow\l }"]
     45n1253 [ label="{ course_instructor | #course_instructor_id\l course_id\l instructor_id\l }"]
     46n1262 [ label="{ term_enrollment | #term_enrollment_id\l term_program_id\l program_enrollment_id\l enrollment_status\l note\l }"]
     47n1270 [ label="{ course_enrollment | #course_enrollment_id\l subject_enrollment_id\l course_curriculum_id\l grade\l }"]
     48n1281 [ label="{ course_curriculum_instruction | #coursecurr_instruction_id\l curriculum_instruction_id\l course_curriculum_id\l course_instructor_id\l }"]
     49n1294 [ label="{ assessment | #assessment_id\l assessment_type_id\l grade\l points\l credit\l description\l note\l }"]
     50n1304 [ label="{ student_assessment | #student_assessment_id\l program_enrollment_id\l assessment_id\l }"]
     51n1312 [ label="{ curriculum_assessment | #curriculum_assessment_id\l curriculum_link_id\l student_assessment_id\l }"]
     52n1322 [ label="{ course_assessment | #course_assessment_id\l activity_assessment_id\l curriculum_assessment_id\l student_activity_id\l }"]
     53n1336 [ label="{ student_activity | #student_activity_id\l course_activity_id\l course_enrollment_id\l }"]
     54n1348 [ label="{ activity_type | #activity_type_id\l code\l title\l title_en\l note\l }"]
     55n1355 [ label="{ schedule | #schedule_id\l institution_id\l }"]
     56n1361 [ label="{ formation | #formation_id\l instruction_schedule_id\l }"]
     57n1369 [ label="{ slot | #slot_id\l schedule_id\l facility_id\l }"]
     58n1378 [ label="{ formation_student | #formation_student_id\l formation_id\l term_enrollment_id\l }"]
     59n1388 [ label="{ event | #event_id\l schedule_id\l event_type_id\l }"]
     60n1397 [ label="{ event_type | #event_type_id\l code\l title\l title_en\l note\l }"]
     61n1404 [ label="{ event_formation | #event_formation_id\l event_id\l formation_id\l }"]
     62n1413 [ label="{ event_slot | #event_slod_id\l event_id\l slot_id\l }"]
     63n1422 [ label="{ subject_event | #subject_event_id\l subject_id\l event_id\l }"]
     64n1430 [ label="{ instruction_schedule | #instruction_schedule_id\l schedule_id\l term_id\l }"]
     65n1437 [ label="{ course_event | #course_event_id\l course_id\l instruction_event_id\l subject_event_id\l }"]
     66n1448 [ label="{ instruction_event | #instruction_event_id\l event_id\l instruction_schedule_id\l instruction_type_id\l instructor_id\l }"]
     67n1460 [ label="{ session_schedule | #session_schedule_id\l session_id\l schedule_id\l }"]
     68n1467 [ label="{ exam_event | #exam_event_id\l exam_id\l subject_event_id\l session_schedule_id\l }"]
     69n1478 [ label="{ activity | #activity_id\l activity_type_id\l }"]
     70n1483 [ label="{ assessment_type | #assessment_type_id\l code\l title\l title_en\l grade\l points\l credit\l note\l }"]
     71n1493 [ label="{ course_activity | #course_activity_id\l activity_id\l course_id\l }"]
     72n1502 [ label="{ exam | #exam_id\l session_id\l subject_id\l }"]
     73n1512 [ label="{ session | #session_id\l term_id\l }"]
     74n1519 [ label="{ exam_application | #exam_application_id\l exam_id\l student_activity_id\l }"]
     75n1532 [ label="{ activity_assessment | #activity_assessment_id\l assessment_id\l course_activity_id\l }"]
     76n1542 [ label="{ country | #country_id\l code\l code_short\l title\l title_en\l }"]
     77n1549 [ label="{ language | #language_id\l code\l title\l title_en\l }"]
     78n1555 [ label="{ country_language | #country_language_id\l country_id\l language_id\l official\l }"]
     79n1562 [ label="{ province | #province_id\l country_id\l code\l title\l title_en\l }"]
     80n1570 [ label="{ payment_type | #payment_type_id\l title\l note\l }"]
     81n1575 [ label="{ document_type | #document_type_id\l title\l title_en\l note\l }"]
     82n1581 [ label="{ account | #account_id\l institution_id\l payment_type_id\l pay_institution_id\l code\l title\l active\l valid_from\l valid_to\l note\l }"]
     83n1597 [ label="{ document_type_account | #document_type_account_id\l document_type_id\l account_id\l active\l valid_from\l valid_to\l }"]
     84n1607 [ label="{ document | #document_id\l institution_id\l document_type_id\l author_person_id\l created\l archive_number\l doc_content\l note\l hash\l signature\l }"]
     85n1622 [ label="{ document_student | #document_student_id\l document_id\l student_id\l }"]
     86n1629 [ label="{ ledger | #ledger_id\l document_student_id\l account_id\l state\l created\l effective\l debit_amount\l credit_amount\l debit_point\l credit_point\l }"]
     87n1645 [ label="{ attachment | #attachment_id\l document_id\l note\l attach_content\l }"]
     88n1654 [ label="{ subject_enrollment | #subject_enrollment_id\l termsubject_currlink_id\l term_enrollment_id\l }"]
     89n1663 [ label="{ document_program | #document_program_id\l program_enrollment_id\l document_student_id\l }"]
     90n1671 [ label="{ document_term | #document_term_id\l term_enrollment_id\l document_program_id\l }"]
     91n1680 [ label="{ document_course | #document_course_id\l document_term_id\l course_enrollment_id\l }"]
     92n1692 [ label="{ ledger_link | #ledger_link_id\l ledger_id\l link_ledger_id\l amount\l points\l }"]
     93n2042 [ label="{ term_subject_curriculum_link | #termsubject_currlink_id\l curriculum_link_id\l term_subject_id\l }"]
     94n2085 [ label="{ staff | #staff_id\l person_id\l role_type_id\l institution_id\l from_date\l to_date\l }"]
     95n2096 [ label="{ role_type | #role_type_id\l code\l title\l title_en\l abstract\l note\l }"]
     96n2116 [ label="{ term_type | #term_type_id\l code\l title\l title_en\l abstract\l note\l }"]
     97n2414 [ label="{ course_term_subject_curriculum_link | termsubject_currlink_id\l course_id\l }"]
     98n1008 -> n1008
     99n1008 -> n1019
     100n1049 -> n1008
     101n1049 -> n1027
     102n1057 -> n1027
     103n1064 -> n1008
     104n1064 -> n1064
     105n1064 -> n1077
     106n1085 -> n1008
     107n1097 -> n1085
     108n1109 -> n1008
     109n1119 -> n1008
     110n1129 -> n1109
     111n1129 -> n1097
     112n1136 -> n1097
     113n1136 -> n1119
     114n1156 -> n1136
     115n1156 -> n1136
     116n1057 -> n1008
     117n1156 -> n1166
     118n1136 -> n1173
     119n1136 -> n1180
     120n1190 -> n1136
     121n1190 -> n1200
     122n1207 -> n1049
     123n1207 -> n1097
     124n1214 -> n1008
     125n1220 -> n1214
     126n1220 -> n1097
     127n1227 -> n1214
     128n1227 -> n1119
     129n1242 -> n1234
     130n1242 -> n1220
     131n1242 -> n1156
     132n1253 -> n1234
     133n1253 -> n1057
     134n1262 -> n1207
     135n1262 -> n1220
     136n1270 -> n1242
     137n1281 -> n1242
     138n1281 -> n1190
     139n1281 -> n1253
     140n1304 -> n1294
     141n1304 -> n1207
     142n1369 -> n1064
     143n1378 -> n1262
     144n1388 -> n1397
     145n1422 -> n1119
     146n1355 -> n1008
     147n1430 -> n1214
     148n1361 -> n1430
     149n1437 -> n1422
     150n1437 -> n1234
     151n1448 -> n1388
     152n1437 -> n1448
     153n1460 -> n1355
     154n1448 -> n1200
     155n1448 -> n1057
     156n1467 -> n1422
     157n1478 -> n1348
     158n1294 -> n1483
     159n1336 -> n1493
     160n1502 -> n1119
     161n1512 -> n1214
     162n1502 -> n1512
     163n1502 -> n1478
     164n1532 -> n1294
     165n1312 -> n1156
     166n1532 -> n1493
     167n1493 -> n1478
     168n1493 -> n1234
     169n1369 -> n1355
     170n1448 -> n1430
     171n1430 -> n1355
     172n1388 -> n1355
     173n1413 -> n1388
     174n1413 -> n1369
     175n1422 -> n1388
     176n1404 -> n1388
     177n1404 -> n1361
     178n1378 -> n1361
     179n1312 -> n1304
     180n1322 -> n1312
     181n1519 -> n1336
     182n1336 -> n1270
     183n1322 -> n1532
     184n1322 -> n1336
     185n1460 -> n1512
     186n1467 -> n1460
     187n1519 -> n1502
     188n1467 -> n1502
     189n1555 -> n1542
     190n1555 -> n1549
     191n1562 -> n1542
     192n1581 -> n1008
     193n1581 -> n1570
     194n1581 -> n1008
     195n1597 -> n1575
     196n1597 -> n1581
     197n1607 -> n1008
     198n1622 -> n1049
     199n1607 -> n1575
     200n1622 -> n1607
     201n1629 -> n1622
     202n1629 -> n1581
     203n1607 -> n1027
     204n1645 -> n1607
     205n1654 -> n1262
     206n1270 -> n1654
     207n1663 -> n1622
     208n1663 -> n1207
     209n1671 -> n1663
     210n1671 -> n1262
     211n1680 -> n1671
     212n1680 -> n1270
     213n1692 -> n1629
     214n1692 -> n1629
     215n2042 -> n1227
     216n2042 -> n1156
     217n1654 -> n2042
     218n2085 -> n1008
     219n2085 -> n2096
     220n2085 -> n1027
     221n1214 -> n2116
     222n2414 -> n1234
     223n2414 -> n2042
     224
     225}
     226}}}
    14227
    15228'''Верзија 0.9.2 од базата на податоци'''