createAlias method
Creates an alias of this table or view that will write the name alias
when used in a query.
Implementation
@override
$MessageDeliveriesTable createAlias(String alias) {
return $MessageDeliveriesTable(attachedDatabase, alias);
}