I need to import to either an entity model or database model the following: interest_rate DECIMAL(38,9).
How do I do this? I've tried the following
Option 1: Excel / CSV has 3 columns: Owner = Position, Name = interest_rate, type = DECIMAL(38,9). This appeared to drop the type on import
Option 2: Excel / CSV has 3 columns: Owner = Position, Name = interest_rate, type = DECIMAL, modifier = (38,9). I couldn't find a property of property called modifier.
Thanks