
$m.Client = {
	table: {
  		firstname	 : jamal.Fields.String({maxLength:70}),
  		lastname 	 : jamal.Fields.String({maxLength:70}),
	}
	
};
