set IndexType.none as default
This commit is contained in:
parent
564fc5953c
commit
d9e9fe1c38
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class MigrationColumn extends Column {
|
|||
MigrationColumn(ColumnType type,
|
||||
{bool isNullable = true,
|
||||
super.length,
|
||||
IndexType indexType = IndexType.standardIndex,
|
||||
IndexType indexType = IndexType.none,
|
||||
dynamic defaultValue})
|
||||
: super(type: type, isNullable: isNullable, defaultValue: defaultValue) {
|
||||
_nullable = isNullable;
|
||||
|
|
Loading…
Reference in a new issue