Answer the question
In order to leave comments, you need to log in
How to properly store a description of the database structure for developers?
Hello!
Tell us how to properly store a description of the database structure for developers so that it is easy to use and maintain.
Maybe there are ready-made tools?
Thank you!
Answer the question
In order to leave comments, you need to log in
You can create EER Diagrams in MySQL Workbench. And visually and comments to the fields can be left.
<?php
$array = array(
'0' => "<li data-sort='3'></li>",
'1' => "<li data-sort='2'></li>",
'2' => "<li data-sort='1'></li>"
);
asort($array);
var_dump($array);
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question