Lines Matching refs:schema
67 $schema = new Schema($table);
68 foreach ($schema->getColumns() as $col) {
71 $this->updateColumnID($schema, $col, $old, $new, true);
73 $this->updateColumnLookup($schema, $col, $old, $new);
76 $this->updateColumnID($schema, $col, $old, $new);
143 * @param Schema $schema
149 protected function updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false) argument
152 $table = $schema->getTable();
185 * @param Schema $schema
190 protected function updateColumnLookup(Schema $schema, Column $col, $old, $new) argument
196 $this->updateColumnID($schema, $col, $old, $new);