How get size of a column

How make for get size of a column of the model?

Example:

size = Client.name.size
=> size = 30

Hi Marcelo,

How make for get size of a column of the model?

Example:

size = Client.name.size
=> size = 30

size = Client.columns_hash[‘name’].limit

hth,
Bill