Tom

Results 9 issues of Tom

Returns all foreign key fields and references, and only uses the first element when actually generating the migration file. This allow for more flexibility. See https://github.com/Xethron/migrations-generator/issues/125

Hi, Just wondering why in FieldGenerator.php at about line 112 (or 119) you strip out the $index information for a primary key? In my case this is the 'id' field....

Hi, I'm using your library not to generate migrations, but to analyse table structure in an external database. It works fine with regular foreign keys (one field points to another...

Hi, When I use the regular new Chart(), my chart has a 'normal' size, but when I use the new RangeSliderChart() with the same chart options, it's a lot taller...

Hi, I imported a custom .ics file from a link, then noticed the X-WR-CALNAME entry was wrong (as in, the title of the entire file). I can refresh the ics...

Hello, I want to parse the query `select B.B AS B from _acc_1_1.B` to getAllTables(), but I receive `["_acc_1_1"]` which is the database name. This seems like a bug.

Hi, The feature I like a lot in another service [Field Papers](http://fieldpapers.org/compose) is that you can select "I want a grid of x by y pages". With your service, I...

Hi, Is it possible to use the sqlite database in the docker configuration, instead of postgres? It should be more lightweight, no? I've tried by: - removing 'db' from the...

Hi, I just want to publish messages from my code, the consumer is another program not in php. Do I still need to create the $consumer object present in all...