Schema::addUniqueKey($table, $name, $fields)
public Schema::queryTableInformation($table)
public Schema::dropUniqueKey($table, $name)
public Schema::indexExists($table, $name)
protected Schema::_createKeys($table, $new_keys)
public Schema::queryFieldInformation($table, $field)
protected Schema::createPrimaryKeySql($fields)
public Schema::fieldSetDefault($table, $field, $default)
public Schema::addIndex($table, $name, $fields, array $spec)
public Schema::dropField($table, $field) Drop
Page 1 of 4