Server: localhost Database: or
Show tables: default_listingsdb, default_userdb, guests, reservations
default_listingsdb
Field Type Null Default Links to Comments MIME
ID int(11) No
user_ID int(11) No 0
Title varchar(80) No
expiration date No 0000-00-00
notes text No
creation_date date No 0000-00-00
last_modified timestamp(14) Yes NULL
hitcount int(11) No 0
featured char(3) No no
active char(3) No yes
mlsimport char(3) No No
on_season_weekday_rate varchar(10) No
on_season_weekend_rate varchar(10) No
off_season_weekday_rate varchar(10) No
off_season_weekend_rate varchar(10) No
on_season_start_date date No 0000-00-00
on_season_end_date date No 0000-00-00
Indexes: Keyname Type Cardinality Field
PRIMARY PRIMARY 2 ID
ID UNIQUE 0 ID
ID_2 INDEX 2 ID
idx_mlsimport INDEX 1 mlsimport 1
Space usage: Type Usage
Data 196 Bytes
Index 5,120 Bytes
Total 5,316 Bytes
Row Statistics: Statements Value
Format dynamic
Rows 2
Row length ø 98
Row size ø 2,658 Bytes
Next Autoindex 7
Creation Jul 21, 2005 at 12:52 PM
Last update Jul 23, 2005 at 02:29 PM
Last check Jul 21, 2005 at 12:52 PM
default_userdb
Field Type Null Default Links to Comments MIME
ID int(11) No
reservations_id int(11) No 0
user_name varchar(80) No
emailAddress varchar(80) No
Comments text No
user_password varchar(50) No
isAdmin char(3) No No
canEditForms char(3) No No
creation_date date No 0000-00-00
canFeatureListings char(3) No No
canViewLogs char(3) No No
last_modified timestamp(14) Yes NULL
hitcount int(11) No 0
canModerate char(3) No no
isAgent char(3) No no
canRes char(3) No yes
active char(3) No no
Indexes: Keyname Type Cardinality Field
PRIMARY PRIMARY 2 ID
ID UNIQUE 0 ID
user_name
ID_2 INDEX 2 ID
reservations_id INDEX 1 reservations_id
reservations_id_2 INDEX 1 reservations_id
Space usage: Type Usage
Data 228 Bytes
Index 6,144 Bytes
Total 6,372 Bytes
Row Statistics: Statements Value
Format dynamic
Rows 2
Row length ø 114
Row size ø 3,186 Bytes
Next Autoindex 6
Creation Jul 23, 2005 at 03:27 PM
Last update Jul 23, 2005 at 03:27 PM
Last check Jul 23, 2005 at 03:27 PM
guests
Field Type Null Default Links to Comments MIME
id int(11) No
firstname varchar(30) No
lastname varchar(30) No
street1 varchar(100) No
street2 varchar(100) No
city varchar(100) No
state char(2) No
zip varchar(10) No
email varchar(100) No
phone varchar(20) No
preferred_contact_method char(1) No
Indexes: Keyname Type Cardinality Field
PRIMARY PRIMARY 3 id
Space usage: Type Usage
Data 200 Bytes
Index 2,048 Bytes
Total 2,248 Bytes
Row Statistics: Statements Value
Format dynamic
Rows 3
Row length ø 66
Row size ø 749 Bytes
Next Autoindex 4
Creation Jul 22, 2005 at 11:15 AM
Last update Jul 23, 2005 at 11:13 AM
reservations
Field Type Null Default Links to Comments MIME
id int(11) No
guest_id int(11) No 0
listingID int(11) No 0
user_ID int(11) No 0
reserve_date date No 0000-00-00
num_days int(11) No 0
confirmed char(1) No 0
check_in_time date No 0000-00-00
confirmation_number varchar(100) No 0
num_guests int(11) No 0
Indexes: Keyname Type Cardinality Field
PRIMARY PRIMARY 7 id
Space usage: Type Usage
Data 404 Bytes
Index 2,048 Bytes
Total 2,452 Bytes
Row Statistics: Statements Value
Format dynamic
Rows 7
Row length ø 57
Row size ø 350 Bytes
Next Autoindex 10
Creation Jul 23, 2005 at 02:04 PM
Last update Jul 23, 2005 at 03:29 PM