Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

rs_ads rs_subscribers rs_posts

id_ad INT(10) id_subscribe INT(10) id_post INT(10)


id_user INT(10) id_user INT(10) id_user INT(10)
id_category INT(10) id_category INT(10) id_post_parent INT(10)
id_location INT(10) id_location INT(10) id_forum INT(10)
title VARCHAR(145) min_price DECIMAL(14,3) title VARCHAR(245)
seotitle VARCHAR(145) max_price DECIMAL(14,3) seotitle VARCHAR(245)
description TEXT created TIMESTAMP description MEDIUMTEXT
address VARCHAR(145) Indexes created TIMESTAMP
latitude FLOAT(10,6) ip_address BIGINT(20)
longitude FLOAT(10,6) status TINYINT(1)
price DECIMAL(14,3) Indexes
phone VARCHAR(30)
website VARCHAR(200)
ip_address BIGINT(20)
rs_categories rs_coupons
created TIMESTAMP
id_category INT(10) id_coupon INT(10)
published DATETIME
name VARCHAR(145) id_product INT(10)
featured DATETIME
order INT(2) name VARCHAR(145)
last_modified DATETIME
created TIMESTAMP notes VARCHAR(245)
status TINYINT(1)
id_category_parent INT(10) discount_amount DECIMAL(14,3)
has_images TINYINT(1)
parent_deep INT(2) discount_percentage DECIMAL(14,3)
stock INT(10)
seoname VARCHAR(145) number_coupons INT(10)
rate FLOAT(4,2)
description TEXT valid_date DATETIME
favorited INT(10)
price DECIMAL(10,2) created TIMESTAMP
Indexes
last_modified DATETIME status TINYINT(1)
has_image TINYINT(1) Indexes
Indexes

rs_config
group_name VARCHAR(128)
config_key VARCHAR(128)
config_value MEDIUMTEXT
Indexes

rs_locations rs_plans rs_messages


id_location INT(10) id_plan INT(10) id_message INT(10)
name VARCHAR(64) name VARCHAR(145) id_ad INT(10)
order INT(2) seoname VARCHAR(145) id_message_parent INT(10)
id_location_parent INT(10) description MEDIUMTEXT id_user_from INT(10)
parent_deep INT(2) price DECIMAL(14,3) id_user_to INT(10)
seoname VARCHAR(145) days INT(10) message TEXT
description TEXT amount_ads INT(10) price DECIMAL(14,3)
last_modified DATETIME marketplace_fee DECIMAL(14,3) read_date DATETIME
has_image TINYINT(1) created TIMESTAMP created TIMESTAMP
latitude FLOAT(10,6) status TINYINT(1) status_to TINYINT(1)
longitude FLOAT(10,6) Indexes status_from TINYINT(1)
id_geoname INT(10) Indexes
fcodename_geoname VARCHAR(145)
Indexes
rs_reviews rs_forums rs_orders
id_review INT(10) id_forum INT(10) id_order INT(10)
id_user INT(10) name VARCHAR(145) id_user INT(10)
id_ad INT(10) order INT(2) id_ad INT(10)
rate INT(2) created TIMESTAMP id_product VARCHAR(20)
description VARCHAR(1000) id_forum_parent INT(10) id_coupon INT(10)
created TIMESTAMP parent_deep INT(2) paymethod VARCHAR(20)
ip_address BIGINT(20) seoname VARCHAR(145) created TIMESTAMP
status TINYINT(1) description VARCHAR(255) pay_date DATETIME
Indexes Indexes currency CHAR(3)
amount DECIMAL(14,3)
status TINYINT(1)
description VARCHAR(145)
txn_id VARCHAR(255)
featured_days INT(10)
rs_users rs_content
VAT_country VARCHAR(20)
id_user INT(10) id_content INT(10)
VAT_number VARCHAR(20)
name VARCHAR(145) locale VARCHAR(8)
VAT VARCHAR(20)
seoname VARCHAR(145) order INT(2)
Indexes
email VARCHAR(145) title VARCHAR(145)
password VARCHAR(64) seotitle VARCHAR(145)
description TEXT description MEDIUMTEXT
status INT(1) from_email VARCHAR(145)
id_role INT(10) created TIMESTAMP
id_location INT(10) type ENUM(...)
created TIMESTAMP status TINYINT(1)
last_modified DATETIME Indexes
logins INT(10)
last_login DATETIME
last_ip BIGINT(20)
rs_roles rs_subscriptions
user_agent VARCHAR(40)
id_role INT(10) id_subscription INT(10)
token VARCHAR(40)
name VARCHAR(45) id_order INT(10)
token_created DATETIME
description VARCHAR(245) id_user INT(10)
token_expires DATETIME
date_created TIMESTAMP id_plan INT(10)
api_token VARCHAR(40) Indexes amount_ads INT(10)
hybridauth_provider_name VARCHAR(40)
amount_ads_left INT(10)
hybridauth_provider_uid VARCHAR(245)
expire_date DATETIME
subscriber TINYINT(1)
created TIMESTAMP
rate FLOAT(4,2)
status TINYINT(1)
has_image TINYINT(1) Indexes
failed_attempts INT(10)
last_failed DATETIME
notification_date DATETIME
device_id VARCHAR(255)
rs_crontab rs_visits
stripe_user_id VARCHAR(140)
id_crontab INT(10) id_visit INT(10)
stripe_agreement VARCHAR(40)
name VARCHAR(50) id_ad INT(10)
google_authenticator VARCHAR(40)
Indexes period VARCHAR(50) hits INT(10)
callback VARCHAR(140) contacts INT(10)
params VARCHAR(255) created DATE
description VARCHAR(255) Indexes
date_created TIMESTAMP
date_started DATETIME
date_finished DATETIME
date_next DATETIME
times_executed BIGINT(20)
output VARCHAR(50)
running TINYINT(1)
active TINYINT(1)
rs_favorites rs_access
Indexes
id_favorite INT(10) id_access INT(10)
id_user INT(10) id_role INT(10)
id_ad INT(10) access VARCHAR(100)
created TIMESTAMP Indexes
Indexes

You might also like