Currently in Magma::Project#load_project, Magma checks that there is a table for the model. It should also check that there is a column for each attribute in the attribute table. If there is not, magma should raise a validation error and report the discrepancy.
Currently in
Magma::Project#load_project
, Magma checks that there is a table for the model. It should also check that there is a column for each attribute in the attribute table. If there is not, magma should raise a validation error and report the discrepancy.