BIGINT constructor
const
BIGINT({})
Implementation
const BIGINT({
super.name,
super.primaryKey = false,
super.notNull = false,
super.autoInc = 0,
super.unique = false,
super.index = false,
super.check,
super.uniqueName,
super.defaultValue,
super.extras,
}) : super(type: "INTEGER");