A
A
Alexey Matal2016-12-13 11:06:03
MySQL
Alexey Matal, 2016-12-13 11:06:03

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

4 answer(s)
P
Peter, 2016-12-13
@johnliv

You can create EER Diagrams in MySQL Workbench. And visually and comments to the fields can be left.

M
Max, 2016-12-13
@MaxDukov

what's wrong with the SQL format?

P
Pavel, 2017-04-24
@kat-vetal

<?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);

?>

R
romy4, 2017-04-24
@romy4

well, then use usort and in the callback everything is already

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question