toJsonb method

String toJsonb ()

JSONB equivalent column.

Implementation

String toJsonb() {
  return "\$table->integer('$this');";
}