JurjenRoels
JurjenRoels
Hello, When having a space in a value of an enum, there is an error when building (dbdocs build). Example Enum Example { ThisIsAccepted This gives an error } quoting...
Hello, I join the table attributes with a MoprhMany to lookups with lookupables. In attributes I create the relation in this way `return $this->morphToMany(Lookup::class, 'lookupable')->where('lookups.type', 'attribuut_datatype');` I call the powerjoinfunction:...
When having an enum in the format "The Name of the Variable" You get this error.
When adding a note with a table (not with an attribute of a table), you get this error.
Hello, nice work. I would like to suggest some changes: - instead of keyword ref|Ref I would use ref:|Ref: (This needs some rework probably. table columns starting with ref give...