propel: Employee: id: name: varchar(100) degrees: varchar(255) phone: varchar(25) cellphone: varchar(25) email: varchar(100) picture: varchar(100) active: boolean position: type: integer foreignTable: LU_Employee_Position foreignReference: id slug: varchar(100) sort_order: integer Employee_i18n: biography: longvarchar title: varchar(100) User: id: username: varchar(255) password: Event: id: picture: varchar(255) expires_on: timestamp Event_i18n: title: varchar(255) description: longvarchar Course: id: slug: varchar(100) Course_i18n: title: varchar(255) description: longvarchar Reference: id: company_name: varchar(255) LU_Employee_Position: id: position: varchar(25)