PrimaryKeyInfo constructor
const
PrimaryKeyInfo({})
Implementation
const PrimaryKeyInfo({
required this.tableName,
required this.columnName,
required this.position,
required this.constraintName,
});
const PrimaryKeyInfo({
required this.tableName,
required this.columnName,
required this.position,
required this.constraintName,
});