also method

Drop also(
  1. String table
)

Implementation

Drop also(String table) {
  _tables.add(table);
  return this;
}