Jan van den Berg

Results 37 comments of Jan van den Berg

That is interesting! Could I maybe get a .sql dump of the table?

Thanks for sharing the .sql file This is what the Cruddiy table looks like on my machine: ![image](https://user-images.githubusercontent.com/13764557/190360367-904004e3-1bc3-400e-8377-6a8d0f990ebf.png) So it looks good. My guess as to why it does not...

@Tuborg74 you can explain in Dutch if you'd like because I am not sure I understand what you mean.

Ah like so, yes that makes sense. I'll see what I can do, or feel free to send a PR :) I also noticed why two fk relations on the...

Good ideas! So far I added - Automatically generate enum dropdown based on column definitions https://github.com/jan-vandenberg/cruddiy/commit/a6f2af5d97597f3ee6d720cf795322f3af5bb658 - Input maxlength based on column sizes https://github.com/jan-vandenberg/cruddiy/commit/f658b4afe79b66be5c83fab418fe033bc83119d4 I am not sure if I...

I received some patches to add this, however the patches needed a bit of work. That being said, I am not sure a login form should be part of Cruddiy....

It might look like this in the generator code: `WHERE CONCAT_WS ({INDEX_CONCAT_SEARCH_FIELDS}) ` but the INDEX_CONCAT_SEARCH_FIELDS is replaced with the $index_sql_search variable, which always uses a comma as a seperator:...

Is column_id a primary key? Looks like there is not a primary key to sort on (value seems empty).

Can you share your table (structure)?

I'm sorry but it's very hard for me to tell what's wrong without being to look at the code or table structure (a .sql file). If you want me to...