"워드프레스 wp posts 테이블"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
54번째 줄: 54번째 줄:
*[[워드프레스 테이블 목록]]
*[[워드프레스 테이블 목록]]


==참고 자료==
==참고==
*https://codex.wordpress.org/Database_Description#Table:_wp_posts
*https://codex.wordpress.org/Database_Description#Table:_wp_posts


[[분류:워드프레스]]
[[분류:워드프레스]]

2017년 7월 19일 (수) 23:23 기준 최신판

1 개요[ | ]

WordPress wp_posts Table
워드프레스 wp_posts 테이블
Field Type Null Key Default Extra
ID bigint(20) unsigned PRI & IND Pt4 auto_increment
post_author bigint(20) unsigned IND 0
post_date datetime IND Pt3 0000-00-00 00:00:00
post_date_gmt datetime 0000-00-00 00:00:00
post_content longtext
post_title text
post_excerpt text
post_status varchar(20) IND PT2 publish
comment_status varchar(20) open
ping_status varchar(20) open
post_password varchar(20)
post_name varchar(200) IND
to_ping text
pinged text
post_modified datetime 0000-00-00 00:00:00
post_modified_gmt datetime 0000-00-00 00:00:00
post_content_filtered longtext
post_parent bigint(20) unsigned IND 0
guid varchar(255)
menu_order int(11) 0
post_type varchar(20) IND Pt1 post
post_mime_type varchar(100)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}