Top "Field-description" questions

SQL Server - Can you add field descriptions in CREATE TABLE?

I can see plenty of posts about where the field description extended property lives and how I can get it, …

sql sql-server create-table field-description
Add rich text format functionality to django TextField

I have a django model which contains a description field: class Product(models.Model): name = models.CharField(max_length="125") description = …

django text-formatting field-description
Creating tooltips for each field in Sharepoint form

I want to create tool tips for each part in a form which employees have to fill in a share …

sharepoint popup sharepoint-designer tooltip field-description