क्या 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
डेटाबेस को क्वेरी कर सकते हैं ।