DbColumn.foreign constructor
Chave estrangeira para references (ex.: 'customers.id').
Implementation
const DbColumn.foreign(this.name, this.references, {this.nullable = false})
: type = SqlType.bigint,
unique = false,
primaryKey = false,
autoIncrement = false,
defaultValue = null;