# # Table structure for table 'fe_users' # CREATE TABLE fe_users ( job_description tinytext DEFAULT '' NOT NULL, short_cv text DEFAULT '' NOT NULL, qualification tinytext DEFAULT '' NOT NULL, resources tinytext DEFAULT '' NOT NULL, requests smallint unsigned DEFAULT '0' NOT NULL, hidden int(1) unsigned DEFAULT '0' NOT NULL, categories int(11) unsigned DEFAULT '0' NOT NULL );