toMacAddress method

String toMacAddress ()

MAC address equivalent column.

Implementation

String toMacAddress() {
  return "\$table->longText('$this');";
}