menu
angel3_migration_runner package
documentation
postgres.dart
PostgresAlterTable
numeric method
numeric method
dark_mode
light_mode
numeric
method
MigrationColumn
numeric
(
String
name
)
inherited
Implementation
MigrationColumn numeric(String name) => declare(name, ColumnType.numeric);
angel3_migration_runner package
documentation
postgres
PostgresAlterTable
numeric method
PostgresAlterTable class