double method

MigrationColumn double(
  1. String name
)
inherited

Implementation

MigrationColumn double(String name) => declare(name, ColumnType.double);