diff --git a/code/Employee.php b/code/Employee.php index 5037b30..d7232ef 100644 --- a/code/Employee.php +++ b/code/Employee.php @@ -8,10 +8,12 @@ class Employee extends DataObject { public static $db = array( 'Name' => 'Varchar', + 'Biography' => 'HTMLText' ); public static $has_one = array( - 'Company' => 'Company' + 'Company' => 'Company', + 'ProfileImage' => 'Image' ); public function requireDefaultRecords() {