Printing Table's structure/schema

前端 未结 5 1707
名媛妹妹
名媛妹妹 2020-12-28 16:44

I have like 20 or so tables in the database RentalEase and I want to print them out (physically) so I can look at them easier. I don\'t care too much about what data is in t

5条回答
  •  不思量自难忘°
    2020-12-28 17:38

    You can use Database Schema Diagram Design Tool. Just drop all the tables there, and you will get the diagram of you database including all keys

提交回复
热议问题