You can get it using suiteql: ```select table_name...
# suitescript
c
You can get it using suiteql:
Copy code
select table_name, column_name, type_name, oa_length, oa_precision
from oa_columns
where table_name = 'Customer';