-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table Documentation #168
base: gh-pages
Are you sure you want to change the base?
Table Documentation #168
Conversation
This is a big one! I wonder if it might make sense to make the table names bold and differentiate the column names from the descriptions somehow - perhaps by making the column name italic, or maybe by using a HTML table to show each table? |
So maybe The table name on top. Then th for column name, column type, description? If so, it would be best to build a script to do that as it would take a lot longer to do manually. |
Yeah, something like that I’d say. A script would definitely be the best approach in my opinion as ideally the column type definitions would include all supported DBMS (MySQL, Postgres, SQLite).
… On 12 Feb 2018, at 20:10, dragonexpert ***@***.***> wrote:
So maybe The table name on top. Then th for column name, column type, description? If so, it would be best to build a script to do that as it would take a lot longer to do manually.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Here is a preview of what I have: http://superlatios.com/forums/totable.html I think we should assign a fixed width for each table though. Just let me know what to put so I can generate it. |
looks pretty good, @dragonexpert. I agree with you on a fixed width. |
Do you think 1000px would be sufficient? @euantorano @andrewjs18 |
probably would be fine...most people use a resolution above 1024 these days anyways. |
I'll generate the tables with a fixed width tomorrow then and update the PR. |
We should probably try to get this merged. @andrewjs18 @euantorano @justinsoltesz ? |
Yep, we should. I'm not sure how up to date this PR is, but we could merge it and update it I guess. |
bump, @dragonexpert |
@dragonexpert any chance you could update this one? |
@yuliu is there any chance you can check the content here? |
Sure I'll take a look in this weekend. But what if the content is out of date? Database changes exist in recent version updates. |
It probably is out of date, but we can always merge then update or update the PR directly (it appears to be open to maintainers supplying changes directly). |
Broke down all the tables to show the columns and what they are used for.