toIpAddress method

String toIpAddress ()

IP address equivalent column.

Implementation

String toIpAddress() {
  return "\$table->ipAddress('$this');";
}