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