# | Line 77 | Line 77 | alter table t_app_family | |
---|---|---|
77 | alter table t_app_family | |
78 | add constraint fk_app_family_mod | |
79 | foreign key (modified_by) references t_person (id); | |
80 | < | |
80 | > | |
81 | -- | |
82 | alter table t_application | |
83 | add constraint pk_application | |
# | Line 107 | Line 107 | alter table t_application | |
107 | alter table t_application | |
108 | add constraint fk_application_mod | |
109 | foreign key (modified_by) references t_person (id); | |
110 | < | |
110 | > | |
111 | -- | |
112 | alter table t_app_config | |
113 | add constraint pk_app_config |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |