How can I check that column on a delta table has a "NOT NULL" constraint or not?

Lon_Fortes
Databricks Partner

Title pretty much says it all -

I'm trying to determine whether or not a column on my existing delta table was defined as NOT NULL or not. It does not show up in any of the metadata (describe detail, describe history, show tblproperties).

Thanks in advance