intColumn abstract method

IntColumn intColumn(
  1. String name, {
  2. bool allowNull = false,
  3. bool unique = false,
  4. Object? defaultValue,
})

Implementation

IntColumn intColumn(String name, {bool allowNull = false, bool unique = false, Object? defaultValue});