mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-24 19:46:36 +01:00
Updated Database Schema (markdown)
parent
52800d52d7
commit
a7ecda03bb
@ -46,7 +46,7 @@ plan_worlds
|
||||
SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, CHARACTER_MAXIMUM_LENGTH, COLUMN_DEFAULT FROM information_schema.columns WHERE table_schema = 'Plan';TABLE_NAME,COLUMN_NAME,DATA_TYPE,CHARACTER_MAXIMUM_LENGTH,COLUMN_DEFAULT
|
||||
```
|
||||
|
||||
| TABLE_NAME | COLUMN_NAME | DATA_TYPE | CHARACTER_MAXIMUM_LENGTH | COLUMN_DEFAULT |
|
||||
| table | column | type | char max length | default |
|
||||
| - | - | - | -: | - |
|
||||
| plan_extension_groups | id | int | NULL | NULL |
|
||||
| plan_extension_groups | uuid | varchar | 36 | NULL |
|
||||
|
Loading…
Reference in New Issue
Block a user