<class id="scd" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="student_card::district" oils_persist:tablename="student_card.district" reporter:label="Student Card School District">
<fields oils_persist:primary="id" oils_persist:sequence="student_card.district_id_seq">
- <field name="id" reporter:datatype="id" reporter:label="District ID"/>
+ <field name="id" reporter:datatype="id" reporter:label="Database ID"/>
<field name="code" reporter:datatype="text" reporter:label="District Code" oils_obj:required="true"/>
<field name="name" reporter:datatype="text" reporter:label="District Name" oils_obj:required="true"/>
<field name="active" reporter:datatype="bool" reporter:label="Active?"/>
<class id="scs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="student_card::school" oils_persist:tablename="student_card.school" reporter:label="Student Card School" oils_persist:sequence="student_card.school_id_seq">
<fields oils_persist:primary="id" oils_persist:sequence="student_card.school_id_seq">
- <field name="id" reporter:datatype="id" reporter:label="School ID"/>
+ <field name="id" reporter:datatype="id" reporter:label="Database ID"/>
<field name="district_id" reporter:datatype="link" reporter:label="District Link" oils_obj:required="true"/>
<field name="name" reporter:datatype="text" reporter:label="School Name" oils_obj:required="true"/>
<field name="state_id" reporter:datatype="int" reporter:label="State ID"/>