Column description

Is it possible to provide a description for each column?

Or maybe some Attribute, that will execute comment statements in database?

for example:

[Entity]
TEntity = class
private
  [Column('ID)]
  [Comment('This is our ID-Field')]
  FId: Integer;
end;

Attribute Comment would then execute comment on column...

No, Aurelius doesn't save database comments.