Quiz

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

PDF export page

Table of contents

1 wp_commentmeta Page number: 2


2 wp_comments Page number: 3
3 wp_links Page number: 4
4 wp_options Page number: 5
5 wp_postmeta Page number: 6
6 wp_posts Page number: 7
7 wp_termmeta Page number: 8
8 wp_terms Page number: 9
9 wp_term_relationships Page number: 10
10 wp_term_taxonomy Page number: 11
11 wp_usermeta Page number: 12
12 wp_users Page number: 13
13 wp_woocommerce_api_keys Page number: 14
14 wp_woocommerce_attribute_taxonomies Page number: 15
15 wp_woocommerce_downloadable_product_permissions Page number: 16
16 wp_woocommerce_log Page number: 17
17 wp_woocommerce_order_itemmeta Page number: 18
18 wp_woocommerce_order_items Page number: 19
19 wp_woocommerce_tax_rates Page number: 20
20 wp_woocommerce_tax_rate_locations Page number: 21
21 Relational schema Page number: 22

Page number: 1/22 Oct 31, 2019 at 11:05 PM


PDF export page

1 wp_commentmeta

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

meta_id bigint(20) UNSIGNED No auto_increment


comment_id bigint(20) UNSIGNED No 0
meta_key varchar(255 Yes NULL
)
meta_value longtext Yes NULL

Page number: 2/22 Oct 31, 2019 at 11:05 PM


PDF export page

2 wp_comments

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

comment_ID bigint(20) UNSIGNED No auto_increment


comment_post_ bigint(20) UNSIGNED No 0
ID
comment_autho tinytext No
r
comment_autho varchar(100 No
r_email )
comment_autho varchar(200 No
r_url )
comment_autho varchar(100 No
r_IP )
comment_date datetime No 0000-00-00
00:00:00
comment_date_ datetime No 0000-00-00
gmt 00:00:00
comment_conte text No
nt
comment_karm int(11) No 0
a
comment_appr varchar(20) No 1
oved
comment_agent varchar(255 No
)
comment_type varchar(20) No
comment_pare bigint(20) UNSIGNED No 0
nt
user_id bigint(20) UNSIGNED No 0

Page number: 3/22 Oct 31, 2019 at 11:05 PM


PDF export page

3 wp_links

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

link_id bigint(20) UNSIGNED No auto_increment


link_url varchar(255 No
)
link_name varchar(255 No
)
link_image varchar(255 No
)
link_target varchar(25) No
link_description varchar(255 No
)
link_visible varchar(20) No Y
link_owner bigint(20) UNSIGNED No 1
link_rating int(11) No 0
link_updated datetime No 0000-00-00
00:00:00
link_rel varchar(255 No
)
link_notes mediumtext No
link_rss varchar(255 No
)

Page number: 4/22 Oct 31, 2019 at 11:05 PM


PDF export page

4 wp_options

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

option_id bigint(20) UNSIGNED No auto_increment


option_name varchar(191 No
)
option_value longtext No
autoload varchar(20) No yes

Page number: 5/22 Oct 31, 2019 at 11:05 PM


PDF export page

5 wp_postmeta

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

meta_id bigint(20) UNSIGNED No auto_increment


post_id bigint(20) UNSIGNED No 0
meta_key varchar(255 Yes NULL
)
meta_value longtext Yes NULL

Page number: 6/22 Oct 31, 2019 at 11:05 PM


PDF export page

6 wp_posts

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

ID bigint(20) UNSIGNED No auto_increment


post_author bigint(20) UNSIGNED No 0
post_date datetime No 0000-00-00
00:00:00
post_date_gmt datetime No 0000-00-00
00:00:00
post_content longtext No
post_title text No
post_excerpt text No
post_status varchar(20) No publish
comment_statu varchar(20) No open
s
ping_status varchar(20) No open
post_password varchar(255 No
)
post_name varchar(200 No
)
to_ping text No
pinged text No
post_modified datetime No 0000-00-00
00:00:00
post_modified_ datetime No 0000-00-00
gmt 00:00:00
post_content_fil longtext No
tered
post_parent bigint(20) UNSIGNED No 0
guid varchar(255 No
)
menu_order int(11) No 0
post_type varchar(20) No post
post_mime_typ varchar(100 No
e )
comment_count bigint(20) No 0

Page number: 7/22 Oct 31, 2019 at 11:05 PM


PDF export page

7 wp_termmeta

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

meta_id bigint(20) UNSIGNED No auto_increment


term_id bigint(20) UNSIGNED No 0
meta_key varchar(255 Yes NULL
)
meta_value longtext Yes NULL

Page number: 8/22 Oct 31, 2019 at 11:05 PM


PDF export page

8 wp_terms

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

term_id bigint(20) UNSIGNED No auto_increment


name varchar(200 No
)
slug varchar(200 No
)
term_group bigint(10) No 0

Page number: 9/22 Oct 31, 2019 at 11:05 PM


PDF export page

9 wp_term_relationships

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

object_id bigint(20) UNSIGNED No 0


term_taxonomy bigint(20) UNSIGNED No 0
_id
term_order int(11) No 0

Page number: 10/22 Oct 31, 2019 at 11:05 PM


PDF export page

10 wp_term_taxonomy

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

term_taxonomy bigint(20) UNSIGNED No auto_increment


_id
term_id bigint(20) UNSIGNED No 0
taxonomy varchar(32) No
description longtext No
parent bigint(20) UNSIGNED No 0
count bigint(20) No 0

Page number: 11/22 Oct 31, 2019 at 11:05 PM


PDF export page

11 wp_usermeta

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

umeta_id bigint(20) UNSIGNED No auto_increment


user_id bigint(20) UNSIGNED No 0
meta_key varchar(255 Yes NULL
)
meta_value longtext Yes NULL

Page number: 12/22 Oct 31, 2019 at 11:05 PM


PDF export page

12 wp_users

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

ID bigint(20) UNSIGNED No auto_increment


user_login varchar(60) No
user_pass varchar(255 No
)
user_nicename varchar(50) No
user_email varchar(100 No
)
user_url varchar(100 No
)
user_registered datetime No 0000-00-00
00:00:00
user_activation_ varchar(255 No
key )
user_status int(11) No 0
display_name varchar(250 No
)

Page number: 13/22 Oct 31, 2019 at 11:05 PM


PDF export page

13 wp_woocommerce_api_keys

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

key_id bigint(20) UNSIGNED No auto_increment


user_id bigint(20) UNSIGNED No
description varchar(200 Yes NULL
)
permissions varchar(10) No
consumer_key char(64) No
consumer_secr char(43) No
et
nonces longtext Yes NULL
truncated_key char(7) No
last_access datetime Yes NULL

Page number: 14/22 Oct 31, 2019 at 11:05 PM


PDF export page

14 wp_woocommerce_attribute_taxonomies

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

attribute_id bigint(20) UNSIGNED No auto_increment


attribute_name varchar(200 No
)
attribute_label varchar(200 Yes NULL
)
attribute_type varchar(20) No
attribute_order varchar(20) No
by
attribute_public int(1) No 1

Page number: 15/22 Oct 31, 2019 at 11:05 PM


PDF export page

15 wp_woocommerce_downloadable_product_permissions

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

permission_id bigint(20) UNSIGNED No auto_increment


download_id varchar(36) No
product_id bigint(20) UNSIGNED No
order_id bigint(20) UNSIGNED No 0
order_key varchar(200 No
)
user_email varchar(200 No
)
user_id bigint(20) UNSIGNED Yes NULL
downloads_rem varchar(9) Yes NULL
aining
access_granted datetime No 0000-00-00
00:00:00
access_expires datetime Yes NULL
download_coun bigint(20) UNSIGNED No 0
t

Page number: 16/22 Oct 31, 2019 at 11:05 PM


PDF export page

16 wp_woocommerce_log

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

log_id bigint(20) UNSIGNED No auto_increment


timestamp datetime No
level smallint(4) No
source varchar(200 No
)
message longtext No
context longtext Yes NULL

Page number: 17/22 Oct 31, 2019 at 11:05 PM


PDF export page

17 wp_woocommerce_order_itemmeta

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

meta_id bigint(20) UNSIGNED No auto_increment


order_item_id bigint(20) UNSIGNED No
meta_key varchar(255 Yes NULL
)
meta_value longtext Yes NULL

Page number: 18/22 Oct 31, 2019 at 11:05 PM


PDF export page

18 wp_woocommerce_order_items

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

order_item_id bigint(20) UNSIGNED No auto_increment


order_item_na text No
me
order_item_typ varchar(200 No
e )
order_id bigint(20) UNSIGNED No

Page number: 19/22 Oct 31, 2019 at 11:05 PM


PDF export page

19 wp_woocommerce_tax_rates

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

tax_rate_id bigint(20) UNSIGNED No auto_increment


tax_rate_countr varchar(2) No
y
tax_rate_state varchar(200 No
)
tax_rate varchar(8) No
tax_rate_name varchar(200 No
)
tax_rate_priorit bigint(20) UNSIGNED No
y
tax_rate_compo int(1) No 0
und
tax_rate_shippi int(1) No 1
ng
tax_rate_order bigint(20) UNSIGNED No
tax_rate_class varchar(200 No
)

Page number: 20/22 Oct 31, 2019 at 11:05 PM


PDF export page

20 wp_woocommerce_tax_rate_locations

Creation: Oct 31, 2019 at 10:58 PM

Column Type Attributes Null Default Extra Links to Comments MIME

location_id bigint(20) UNSIGNED No auto_increment


location_code varchar(200 No
)
tax_rate_id bigint(20) UNSIGNED No
location_type varchar(40) No

Page number: 21/22 Oct 31, 2019 at 11:05 PM


PDF export page

wp_woocommerce_api_keys
key_id
user_id
description
permissions
consumer_key
wp_posts wp_woocommerce_order_items
consumer_secret
ID order_item_id
nonces
post_author order_item_name
truncated_key
post_date order_item_type
wp_woocommerce_tax_rates last_access
post_date_gmt order_id
tax_rate_id
post_content
tax_rate_country
post_title
tax_rate_state
post_excerpt
tax_rate
post_status
tax_rate_name
comment_status
tax_rate_priority
ping_status
tax_rate_compound
post_password
tax_rate_shipping
post_name
wp_woocommerce_downloadable_product_permissions
tax_rate_order
permission_id to_ping
tax_rate_class
download_id pinged
product_id post_modified
order_id post_modified_gmt
order_key post_content_filtered
user_email post_parent
user_id guid wp_woocommerce_order_itemmeta
downloads_remaining menu_order meta_id
access_granted post_type order_item_id
access_expires post_mime_type meta_key
download_count comment_count meta_value

wp_term_relationships wp_terms
object_id term_id
wp_options name
term_taxonomy_id
option_id slug
term_order
option_name term_group wp_woocommerce_tax_rate_locations
option_value
location_id
autoload
location_code
wp_links tax_rate_id
link_id location_type
link_url
link_name
link_image
link_target
link_description
link_visible
wp_users
link_owner
ID
link_rating
user_login
link_updated
user_pass
link_rel
user_nicename
link_notes
user_email
link_rss
user_url
user_registered
user_activation_key
user_status
display_name
wp_term_taxonomy
term_taxonomy_id
wp_postmeta term_id
wp_woocommerce_log meta_id wp_comments
wp_commentmeta
taxonomy
log_id post_id comment_ID meta_id
description
timestamp meta_key wp_woocommerce_attribute_taxonomies
comment_post_ID
comment_id
parent
level meta_value attribute_id comment_author
meta_key
count
source attribute_name comment_author_email
meta_value
message attribute_labelcomment_author_url
context attribute_typecomment_author_IP
attribute_orderby
comment_date
attribute_public
comment_date_gmt
comment_content wp_usermeta
comment_karma umeta_id
comment_approved user_id
comment_agent meta_key
comment_type meta_value
comment_parent
user_id

wp_termmeta
meta_id
term_id
meta_key
meta_value

Page number: 22/22 Oct 31, 2019 at 11:05 PM


Powered by TCPDF (www.tcpdf.org)

You might also like