db field descriptions

1
is there a way to show fields descriptions in the list of fields, thre is free space on the right, that would allow to view them without clicking each to see it underneath.
2
is there a way to import these comments from an outside file which I could relate with the field name?

add a feature request for 1, then we can see if we can add more into the table of columns so that you see more data at once.

I think the stuff you want is in the .tbl files that are in the datasource dir of a solution, you could try to parse that.

1
ok, will do.

2
tbl files does not exist for all tables and just show something like:

dataSource:“db:/ocifam/articles_editions”,
typeid:39,
uuid:“AF5EF5FB-5911-47CB-B954-AF6B2D7EDA9B”

my mistake, that date that you want is not solution data but is resource data
You should look into the resource project and then go into /datasources/[server]/.dbi file
there your title text is in of a column.

indeed. almost an array this, less easy than a table, but still worth to work on it as I have a huge doc for this db with lots of “means nothing” names. and I’d like to have this inline with the db field definitions. thanks.