Database tables and fields descriptions

Hello,
I implemented the database creation via ServiceStack CreateTable Methods on my code and I would insert the database elements descriptions. I tried to decorate my POCO with the “Description” attribute but doesn’t work.
Is it a supported functionality?

Thank you.
Regards

No OrmLite doesn’t populate the Table description which isn’t possible with CREATE TABLE Syntax and requires RDBMS-specific non-standard SQL.