S
S
semki0962017-01-02 13:17:26
MySQL
semki096, 2017-01-02 13:17:26

What are the tools for creating tables in the database?

For example, in Symphony you can generate a table from the console using doctrine commands. And if not symphony, but codeigniter or phalcon, are there any convenient (third-party) tools for creating tables in the database?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan, 2017-01-11
@semki096

This is not possible in the Symphony, but in the Doctrine, to be precise. The difference is that Symphony may not use the doctrine, but for example Propel and then there will be no generation.
Connect the Doctrine to any project and it will generate a database schema for its models.
The doctrine implements the DataMapper template, thanks to which it is possible to generate a database schema from a model (entity). If you use libraries that implement the ActiveRecord template, then there is no such possibility and cannot be.
Everything is simple :)

T
ThunderCat, 2017-01-02
@ThunderCat

Why is phpmyadmin not suitable? or the level of visualization is not the same?

D
Dmitry S, 2017-01-02
@Hakkunamatata

HeidiSQL hasn't been offered yet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question