Test

From Redrock Wiki

Revision as of 21:34, 17 January 2025 by Redrock (talk | contribs) (Created page with "<div class="tcWidgetPage" style="width:100%"> {| class="wikitable" |+ Students |- ! <b>Field</b> !! <b>Type</b> !! <b>Description</b> !! <b>Twig Tag</b> !! <b>API</b> !! <b>SFTP Export Column</b> !! <b>Example</b> |- | ID || bigint || The student's ID number. Should be unique. || <nowiki>{{Student.ID}}</nowiki> || Students.ID || ID || 1234567 |- | First Name || varchar(80) || The student's preferred first name. || <nowiki>{{Student.First_Name}}</nowiki> || Students.First...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Students
Field Type Description Twig Tag API SFTP Export Column Example
ID bigint The student's ID number. Should be unique. {{Student.ID}} Students.ID ID 1234567
First Name varchar(80) The student's preferred first name. {{Student.First_Name}} Students.First_Name FirstName Sam
Last Name varchar(80) The student's last name {{Student.Last_Name}} Students.Last_Name LastName Smith