phpMyAdmin을 사용하여 데이터베이스 구조에 대한 보고서를 생성하는 방법이 있습니까? 내가 원하는 것은 다음과 같은 테이블 형식과 엔터티 관계 테이블입니다.
Table name: List
Description: Subscriber list information
Field Type Null Description
ListID Int N
ListName Varchar N
ListFromName Varchar N Default person represent for the mail
ListReplyTo Varchar N Default return address
ListSubject Varchar N Default subject title of mail
ListRemindSub Int N Whether notify when people subscribe
ListRemindUnSub Int N Whether notify when people unsubscribe
ListCreateDate Date N
Table name: Campaign
Description: Mail campaign information
Field Type Null Description
CampID Int N
CampReplyTo Varchar N Specific return mail
CampFromName Varchar N The person represent for the mail
CampSubject Varchar N Subject title of mail
CampFb Int N Whether include Facebook reminder
CampGA Int N Whether include Google Analytic
INFORMATION_SCHEMA
데이터베이스 를 쿼리 할 수 있습니다 .