osu-cascades / neap

Online application system for the NeighborImpact Energy Assistance Program.
0 stars 1 forks source link

Schema: audit datatype, name, fk constraint of utility_records.parent_application_id #82

Closed ybakos closed 3 years ago

ybakos commented 3 years ago

The parent_application_id seems to be an fk for EnergyApplications. If so, it should be named energy_application_id, have a type of bigint, and have an fk constraint.