Lines Matching refs:Fluent

6 use Illuminate\Support\Fluent;  alias
90 public function compileCreate(Blueprint $blueprint, Fluent $command)
104 public function compileAdd(Blueprint $blueprint, Fluent $command)
119 public function compilePrimary(Blueprint $blueprint, Fluent $command)
135 public function compileUnique(Blueprint $blueprint, Fluent $command)
151 public function compileIndex(Blueprint $blueprint, Fluent $command)
167 public function compileSpatialIndex(Blueprint $blueprint, Fluent $command)
183 public function compileDrop(Blueprint $blueprint, Fluent $command)
195 public function compileDropIfExists(Blueprint $blueprint, Fluent $command)
220 public function compileDropColumn(Blueprint $blueprint, Fluent $command)
236 public function compileDropDefaultConstraint(Blueprint $blueprint, Fluent $command)
258 public function compileDropPrimary(Blueprint $blueprint, Fluent $command)
272 public function compileDropUnique(Blueprint $blueprint, Fluent $command)
286 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
300 public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $command)
312 public function compileDropForeign(Blueprint $blueprint, Fluent $command)
326 public function compileRename(Blueprint $blueprint, Fluent $command)
340 public function compileRenameIndex(Blueprint $blueprint, Fluent $command)
404 protected function typeChar(Fluent $column)
415 protected function typeString(Fluent $column)
426 protected function typeTinyText(Fluent $column)
437 protected function typeText(Fluent $column)
448 protected function typeMediumText(Fluent $column)
459 protected function typeLongText(Fluent $column)
470 protected function typeInteger(Fluent $column)
481 protected function typeBigInteger(Fluent $column)
492 protected function typeMediumInteger(Fluent $column)
503 protected function typeTinyInteger(Fluent $column)
514 protected function typeSmallInteger(Fluent $column)
525 protected function typeFloat(Fluent $column)
536 protected function typeDouble(Fluent $column)
547 protected function typeDecimal(Fluent $column)
558 protected function typeBoolean(Fluent $column)
569 protected function typeEnum(Fluent $column)
584 protected function typeJson(Fluent $column)
595 protected function typeJsonb(Fluent $column)
606 protected function typeDate(Fluent $column)
617 protected function typeDateTime(Fluent $column)
628 protected function typeDateTimeTz(Fluent $column)
639 protected function typeTime(Fluent $column)
650 protected function typeTimeTz(Fluent $column)
661 protected function typeTimestamp(Fluent $column)
676 protected function typeTimestampTz(Fluent $column)
689 protected function typeYear(Fluent $column)
700 protected function typeBinary(Fluent $column)
711 protected function typeUuid(Fluent $column)
722 protected function typeIpAddress(Fluent $column)
733 protected function typeMacAddress(Fluent $column)
744 public function typeGeometry(Fluent $column)
755 public function typePoint(Fluent $column)
766 public function typeLineString(Fluent $column)
777 public function typePolygon(Fluent $column)
788 public function typeGeometryCollection(Fluent $column)
799 public function typeMultiPoint(Fluent $column)
810 public function typeMultiLineString(Fluent $column)
821 public function typeMultiPolygon(Fluent $column)
832 protected function typeComputed(Fluent $column)
844 protected function modifyCollate(Blueprint $blueprint, Fluent $column)
858 protected function modifyNullable(Blueprint $blueprint, Fluent $column)
872 protected function modifyDefault(Blueprint $blueprint, Fluent $column)
886 protected function modifyIncrement(Blueprint $blueprint, Fluent $column)
900 protected function modifyPersisted(Blueprint $blueprint, Fluent $column)