MigrationColumn numeric(String name, {int precision = 17, int scale = 3}) { return declare(name, ColumnType.numeric); }