/
var
/
www
/
html
/
sugar13-old
/
metadata
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $dictionary['users_last_import'] = array ( 'table' => 'users_last_import' , 'fields' => array ( array('name' =>'id', 'type' =>'varchar', 'len'=>'36') , array('name' =>'assigned_user_id', 'type' =>'varchar', 'len'=>'36') , array('name' =>'bean_type', 'type' =>'varchar', 'len'=>'36') , array('name' =>'bean_id', 'type' =>'varchar', 'len'=>'36',) , array ('name' => 'date_modified','type' => 'datetime') , array('name' =>'deleted', 'required'=>false, 'type' =>'bool', 'len'=>'1') ) , 'indices' => array ( array('name' =>'users_last_importpk', 'type' =>'primary', 'fields'=>array('id')) , array('name' =>'idx_user_id', 'type' =>'index', 'fields'=>array('assigned_user_id')) ) ) ?>