classColumnDefinition
final class ColumnDefinition
Describes one SQL column, including its type, default and constraints.
Properties§
public string $namepublic string $typepublic ?int $length = nullpublic ?int $precision = nullpublic ?int $scale = nullpublic bool $nullable = truepublic bool $unsigned = falsepublic mixed $default = nullpublic bool $autoIncrement = falsepublic bool $generated = falsepublic list<string>|null $enumValues = nullMethods§
public function __construct(
public string $name,
public string $type,
public ?int $length = null,
public ?int $precision = null,
public ?int $scale = null,
public bool $nullable = true,
public bool $unsigned = false,
public mixed $default = null,
public bool $autoIncrement = false,
public bool $generated = false,
public list<string>|null $enumValues = null,
)Parameters
$name | string | |
$type | string | |
$length | ?int | |
$precision | ?int | |
$scale | ?int | |
$nullable | bool | |
$unsigned | bool | |
$default | mixed | |
$autoIncrement | bool | |
$generated | bool | |
$enumValues | list<string>|null | ENUM/SET values |
Test cases 643§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 5
Other tests reaching this symbol 638
PostgreSqlEndToEndTestcallsSqliteIntegrationTestcallsDatabaseFixtureProviderTest::testGetFixtureGeneratorReturnsInstancecallsFileFixtureProviderTest::testGetFixtureGeneratorcallsGeneratedColumnOverrideExceptionTest::testDescribesGeneratedColumnOverridecallsGeneratedColumnReferenceExceptionTest::testDescribesGeneratedColumnReferencecallsNullOverrideExceptionTest::testDescribesNullOverridecallsUnknownOverrideColumnExceptionTest::testDescribesUnknownOverrideColumncallsUnknownPlanColumnExceptionTest::testDescribesUnknownPlanColumncallsRelationProjectionTestcallsRowMaterializerTest::testMaterializeLinksEveryChildToTheGeneratedParentcallsRowMaterializerTest::testMaterializeParentDoesNotWalkBackAlongTheArrivalRelationcallsRowMaterializerTest::testMaterializeRowPreservesExplicitKeyscallsRowMaterializerTest::testToChildrenCopiesTheExistingParentKeycallsRowMaterializerTest::testToParentProjectsGeneratedKeyscallsGenerationRunTest::testAKeyARelationReadsIsStoodInForcallsGenerationRunTest::testAKeyNothingReadsIsLeftToTheDatabasecallsGenerationRunTest::testClaimingDoesNotUndoWhatTheWalkAlreadyLearntcallsGenerationRunTest::testEveryReferencedColumnIsConsideredNotJustTheFirstcallsGenerationRunTest::testLastRowReturnsTheMostRecentRecordedValuescallsGenerationRunTest::testOnlyAutoIncrementColumnsAreStoodInForcallsGenerationRunTest::testRecordKeepsAKeyTheCallerSuppliedcallsGenerationRunTest::testRecordReturnsTheWholeRowcallsGenerationRunTest::testToSetATableReachedOnlyAsASingleRowReadsBackAsOnecallsPlanGeneratorTest::testACompositeRelationCarriesEveryColumncallsPlanGeneratorTest::testACountOfZeroGeneratesNoRowscallsPlanGeneratorTest::testAListGivesOneRowPerEntrycallsPlanGeneratorTest::testAnOptionalChildMayGenerateNoneAtAllcallsPlanGeneratorTest::testAnOptionalOneToOneAskedForNoneIsNullcallsPlanGeneratorTest::testAnOptionalParentIsGeneratedWhenTheCallerAsksForItcallsPlanGeneratorTest::testAnOptionalParentNobodyAskedForIsLeftOutcallsPlanGeneratorTest::testAnUnboundedChildCountCanExceedItsMinimumcallsPlanGeneratorTest::testAnUnmentionedChildIsStillGeneratedcallsPlanGeneratorTest::testAOneToOneChildIsASingleRowcallsPlanGeneratorTest::testAOneToOneChildIsGeneratedExactlyOncecallsPlanGeneratorTest::testAOneToOneChildIsNeverGeneratedMoreThanOncecallsPlanGeneratorTest::testAParentIsGeneratedAndLinkedTocallsPlanGeneratorTest::testAPlanNamingAColumnTheTableLacksIsRejectedBeforeGeneratingcallsPlanGeneratorTest::testARequiredChildNeverGeneratesNonecallsPlanGeneratorTest::testARequiredParentIsGeneratedWhetherOrNotItWasAskedForcallsPlanGeneratorTest::testARowCarriesBothItsInheritedKeyAndItsOwnParentKeycallsPlanGeneratorTest::testATableReachableOnlyBackwardsAlongARelationIsStillPartOfTheWalkcallsPlanGeneratorTest::testChildRowsCarryTheParentKeycallsPlanGeneratorTest::testEntriesComeBackInTheOrderThePlanNamesThemcallsPlanGeneratorTest::testEveryChildOfAListGetsItsOwnParentcallsPlanGeneratorTest::testEveryOtherRelationOfAParentIsStillFollowedcallsPlanGeneratorTest::testFixingTheLinkingColumnLeavesTheParentAlonecallsPlanGeneratorTest::testGenerateTheTableThePlanIsAboutGetsOneRowcallsPlanGeneratorTest::testKeysAreStoodInForEveryColumnARelationReadscallsPlanGeneratorTest::testOneSetOfValuesAppliesToEveryGeneratedRowcallsPlanGeneratorTest::testOverridesMayBeGivenAsTableOverridescallsPlanGeneratorTest::testTablesThatStandAloneAreGeneratedToocallsPlanGeneratorTest::testTheSubjectHonoursACountItWasGivencallsPlanGeneratorTest::testTheSubjectIsOneRowEvenWhenSomethingReferencesItcallsPlanSchemaExceptionTest::testGeneratedColumnExplainsWhyItCannotCarryAValuecallsPlanSchemaExceptionTest::testUnknownColumnNamesTheLinkTheTableAndWhatItDoesHavecallsPlanSchemaValidatorTest::aColumnTheTableDoesNotHaveIsRejectedcallsPlanSchemaValidatorTest::testAGeneratedColumnCannotBeLinkedcallsPlanSchemaValidatorTest::testAGeneratedColumnCannotBeWrittenIntoEithercallsPlanSchemaValidatorTest::testATableNamedWithoutAnyRelationIsCheckedToocallsPlanSchemaValidatorTest::testATableTheResolverDoesNotKnowIsRejectedcallsPlanSchemaValidatorTest::testValidateAPlanMatchingTheSchemaPassescallsRowGenerationTest::testGenerateAppliesExplicitValuesAndOmitsGeneratedColumnscallsEndpointValidatorTest::testCheckEndpointAcceptsDeclaredLinkColumnscallsOverrideValidatorTest::testAssertOverridesFitSchemaAcceptsNullableAndExplicitKeyscallsFixtureGeneratorTest::testAnOverrideForAnAutoIncrementColumnIsStillAllowedcallsFixtureGeneratorTest::testGenerateSkipsAutoIncrementcallsFixtureGeneratorTest::testGenerateSkipsGeneratedColumnscallsFixtureGeneratorTest::testGenerateWithHydrationcallsFixtureGeneratorTest::testGenerateWithOverridescallsFixtureGeneratorTest::testGenerateWithSchemacallsFixtureGeneratorTest::testNullIsAcceptedForANullableColumncallsFixtureProviderTest::testGetFixtureGeneratorcallsConstructorHydrationTestcallsPropertyHydrationTestcallsInvalidOverrideExceptionTest::testGeneratedColumnSaysTheDatabaseComputesItcallsInvalidOverrideExceptionTest::testNotNullableSaysWhyNullIsRefusedcallsInvalidOverrideExceptionTest::testUnknownColumnListsWhatTheTableHascallsMySqlSchemaFetcherTestcallsMySqlSchemaParserTestcallsMySqlTypeMapperTest::testGenerateAutoIncrementReturnsNullcallsMySqlTypeMapperTest::testGenerateBigIntSignedRangecallsMySqlTypeMapperTest::testGenerateBigIntUnsignedRangecallsMySqlTypeMapperTest::testGenerateBigIntUnsignedSeed2callsMySqlTypeMapperTest::testGenerateBinaryDefaultLengthcallsMySqlTypeMapperTest::testGenerateBinaryDefaultLengthOutputcallsMySqlTypeMapperTest::testGenerateBinaryExactLengthcallsMySqlTypeMapperTest::testGenerateBinaryExactLengthOutputcallsMySqlTypeMapperTest::testGenerateBitDefaultLengthcallsMySqlTypeMapperTest::testGenerateBitDefaultLengthSeed5callsMySqlTypeMapperTest::testGenerateBitValueInRangecallsMySqlTypeMapperTest::testGenerateBitWithLengthcallsMySqlTypeMapperTest::testGenerateBlobNonEmptycallsMySqlTypeMapperTest::testGenerateBlobTypecallsMySqlTypeMapperTest::testGenerateBooleanTypecallsMySqlTypeMapperTest::testGenerateBoolTypecallsMySqlTypeMapperTest::testGenerateCharDefaultLengthcallsMySqlTypeMapperTest::testGenerateCharExactLengthcallsMySqlTypeMapperTest::testGenerateCharExactLengthOutputcallsMySqlTypeMapperTest::testGenerateDatetimeFormatcallsMySqlTypeMapperTest::testGenerateDateValidFormatcallsMySqlTypeMapperTest::testGenerateDecAliascallsMySqlTypeMapperTest::testGenerateDecimalDefaultPrecisioncallsMySqlTypeMapperTest::testGenerateDecimalRespectsPrecisionAndScalecallsMySqlTypeMapperTest::testGenerateDecimalUnsignedAlwaysPositivecallsMySqlTypeMapperTest::testGenerateDoubleTypecallsMySqlTypeMapperTest::testGenerateEnumEmptyReturnsNullcallsMySqlTypeMapperTest::testGenerateEnumReturnsOnlyValidValuescallsMySqlTypeMapperTest::testGenerateEnumWithEmptyValuesReturnsNullcallsMySqlTypeMapperTest::testGenerateFixedAliascallsMySqlTypeMapperTest::testGenerateFloatTypecallsMySqlTypeMapperTest::testGenerateGeneratedColumnReturnsNullcallsMySqlTypeMapperTest::testGenerateGeometryCollectionFormatcallsMySqlTypeMapperTest::testGenerateGeometryFormatcallsMySqlTypeMapperTest::testGenerateIntegerAliascallsMySqlTypeMapperTest::testGenerateIntSignedRangecallsMySqlTypeMapperTest::testGenerateIntUnsignedRangecallsMySqlTypeMapperTest::testGenerateJsonIsValidJsoncallsMySqlTypeMapperTest::testGenerateLinestringFormatcallsMySqlTypeMapperTest::testGenerateLineStringWktStructurecallsMySqlTypeMapperTest::testGenerateLongBlobNonEmptycallsMySqlTypeMapperTest::testGenerateLongBlobTypecallsMySqlTypeMapperTest::testGenerateLongTextTypecallsMySqlTypeMapperTest::testGenerateLowercaseTypeWorkscallsMySqlTypeMapperTest::testGenerateMediumBlobNonEmptycallsMySqlTypeMapperTest::testGenerateMediumBlobTypecallsMySqlTypeMapperTest::testGenerateMediumIntSignedRangecallsMySqlTypeMapperTest::testGenerateMediumIntUnsignedRangecallsMySqlTypeMapperTest::testGenerateMediumTextTypecallsMySqlTypeMapperTest::testGenerateMultilinestringFormatcallsMySqlTypeMapperTest::testGenerateMultiLineStringSeed1Has3LinescallsMySqlTypeMapperTest::testGenerateMultiLineStringWktStructurecallsMySqlTypeMapperTest::testGenerateMultipointFormatcallsMySqlTypeMapperTest::testGenerateMultiPointWktStructurecallsMySqlTypeMapperTest::testGenerateMultipolygonFormatcallsMySqlTypeMapperTest::testGenerateMultiPolygonHasDistinctPointscallsMySqlTypeMapperTest::testGenerateMultiPolygonWktStructurecallsMySqlTypeMapperTest::testGenerateNullableColumnCanReturnDefaultcallsMySqlTypeMapperTest::testGenerateNumericAliascallsMySqlTypeMapperTest::testGeneratePointWktFormatcallsMySqlTypeMapperTest::testGeneratePolygonClosedcallsMySqlTypeMapperTest::testGeneratePolygonHasDistinctPointscallsMySqlTypeMapperTest::testGeneratePolygonSecondPointDiffersFromFirstcallsMySqlTypeMapperTest::testGeneratePolygonThirdPointDiffersFromSecondcallsMySqlTypeMapperTest::testGeneratePolygonWktStructurecallsMySqlTypeMapperTest::testGenerateRealTypecallsMySqlTypeMapperTest::testGenerateSetEmptyReturnsNullcallsMySqlTypeMapperTest::testGenerateSetHasAtLeastOneElementcallsMySqlTypeMapperTest::testGenerateSetReturnsOnlyValidCombinationscallsMySqlTypeMapperTest::testGenerateSmallIntSignedRangecallsMySqlTypeMapperTest::testGenerateSmallIntUnsignedRangecallsMySqlTypeMapperTest::testGenerateTextTypecallsMySqlTypeMapperTest::testGenerateTimeFormatcallsMySqlTypeMapperTest::testGenerateTimestampInValidRangecallsMySqlTypeMapperTest::testGenerateTinyBlobNonEmptycallsMySqlTypeMapperTest::testGenerateTinyBlobTypecallsMySqlTypeMapperTest::testGenerateTinyIntBooleanModecallsMySqlTypeMapperTest::testGenerateTinyIntSignedRangecallsMySqlTypeMapperTest::testGenerateTinyIntUnsignedRangecallsMySqlTypeMapperTest::testGenerateTinyTextLengthCappedcallsMySqlTypeMapperTest::testGenerateTinyTextTypecallsMySqlTypeMapperTest::testGenerateUnknownTypeReturnsTextcallsMySqlTypeMapperTest::testGenerateVarbinaryDefaultLengthcallsMySqlTypeMapperTest::testGenerateVarbinaryDefaultLengthOutputcallsMySqlTypeMapperTest::testGenerateVarbinaryMaxLengthOutputcallsMySqlTypeMapperTest::testGenerateVarbinaryRespectsMaxLengthcallsMySqlTypeMapperTest::testGenerateVarcharDefaultLengthcallsMySqlTypeMapperTest::testGenerateVarcharDefaultLengthOutputcallsMySqlTypeMapperTest::testGenerateVarcharMaxLengthOutputcallsMySqlTypeMapperTest::testGenerateVarcharRespectsMaxLengthcallsMySqlTypeMapperTest::testGenerateVarcharStartsFromBeginningcallsMySqlTypeMapperTest::testGenerateYearInRangecallsMySqlTypeMapperTest::testNullableColumnDefaultRatioIsLowcallsMySqlTypeMapperTest::testNullableColumnReturnsDefaultOnChancecallsMySqlTypeMapperTest::testNullableColumnReturnsDefaultWithSpecificSeedcallsMySqlTypeMapperTest::testNullableColumnReturnsGeneratedWithSpecificSeedcallsMySqlTypeMapperTest::testNullableColumnSeed285ReturnsGeneratedcallsMySqlTypeMapperTest::testNullableColumnSeed28ReturnsDefaultcallsMySqlTypeMapperTest::testSnapshotBigIntSignedcallsMySqlTypeMapperTest::testSnapshotBigIntUnsignedcallsMySqlTypeMapperTest::testSnapshotBinaryExactLencallsMySqlTypeMapperTest::testSnapshotBitDefaultcallsMySqlTypeMapperTest::testSnapshotBitLength8callsMySqlTypeMapperTest::testSnapshotBitWithLength16callsMySqlTypeMapperTest::testSnapshotBlobExactLengthcallsMySqlTypeMapperTest::testSnapshotBlobNotEmptycallsMySqlTypeMapperTest::testSnapshotBooleanTypecallsMySqlTypeMapperTest::testSnapshotBoolTruecallsMySqlTypeMapperTest::testSnapshotCharcallsMySqlTypeMapperTest::testSnapshotCharDefaultLengthcallsMySqlTypeMapperTest::testSnapshotDatecallsMySqlTypeMapperTest::testSnapshotDatetimecallsMySqlTypeMapperTest::testSnapshotDecAliascallsMySqlTypeMapperTest::testSnapshotDecimalDefaultcallsMySqlTypeMapperTest::testSnapshotDecimalDefaultPrecisionExactcallsMySqlTypeMapperTest::testSnapshotDecimalExactWithPrecisioncallsMySqlTypeMapperTest::testSnapshotDecimalUnsignedExactcallsMySqlTypeMapperTest::testSnapshotDoublecallsMySqlTypeMapperTest::testSnapshotDoubleExactcallsMySqlTypeMapperTest::testSnapshotEnumReturnsElementcallsMySqlTypeMapperTest::testSnapshotFixedAliascallsMySqlTypeMapperTest::testSnapshotFloatcallsMySqlTypeMapperTest::testSnapshotFloatExactcallsMySqlTypeMapperTest::testSnapshotGeometryCollectioncallsMySqlTypeMapperTest::testSnapshotGeometryCollectionExactcallsMySqlTypeMapperTest::testSnapshotIntegerAliascallsMySqlTypeMapperTest::testSnapshotIntSignedcallsMySqlTypeMapperTest::testSnapshotIntUnsignedcallsMySqlTypeMapperTest::testSnapshotJsoncallsMySqlTypeMapperTest::testSnapshotJsonExactcallsMySqlTypeMapperTest::testSnapshotLinestringcallsMySqlTypeMapperTest::testSnapshotLinestringExactcallsMySqlTypeMapperTest::testSnapshotLongBlobExactLengthcallsMySqlTypeMapperTest::testSnapshotLongBlobNotEmptycallsMySqlTypeMapperTest::testSnapshotMediumBlobExactLengthcallsMySqlTypeMapperTest::testSnapshotMediumBlobNotEmptycallsMySqlTypeMapperTest::testSnapshotMediumIntSignedcallsMySqlTypeMapperTest::testSnapshotMediumIntUnsignedcallsMySqlTypeMapperTest::testSnapshotMultilinestringExactcallsMySqlTypeMapperTest::testSnapshotMultilinestringFormatcallsMySqlTypeMapperTest::testSnapshotMultipointExactcallsMySqlTypeMapperTest::testSnapshotMultipointFormatcallsMySqlTypeMapperTest::testSnapshotMultipolygonExactcallsMySqlTypeMapperTest::testSnapshotMultipolygonHasTwoPolygonscallsMySqlTypeMapperTest::testSnapshotNumericAliascallsMySqlTypeMapperTest::testSnapshotPointcallsMySqlTypeMapperTest::testSnapshotPolygoncallsMySqlTypeMapperTest::testSnapshotPolygonExactcallsMySqlTypeMapperTest::testSnapshotRealcallsMySqlTypeMapperTest::testSnapshotSetReturnsSubsetcallsMySqlTypeMapperTest::testSnapshotSmallIntSignedcallsMySqlTypeMapperTest::testSnapshotSmallIntUnsignedcallsMySqlTypeMapperTest::testSnapshotTimecallsMySqlTypeMapperTest::testSnapshotTimestampcallsMySqlTypeMapperTest::testSnapshotTinyBlobExactLengthcallsMySqlTypeMapperTest::testSnapshotTinyBlobNotEmptycallsMySqlTypeMapperTest::testSnapshotTinyIntBooleancallsMySqlTypeMapperTest::testSnapshotTinyIntSignedcallsMySqlTypeMapperTest::testSnapshotTinyIntUnsignedcallsMySqlTypeMapperTest::testSnapshotTinyTextExactLengthcallsMySqlTypeMapperTest::testSnapshotTinyTextMaxLencallsMySqlTypeMapperTest::testSnapshotVarbinaryExactLencallsMySqlTypeMapperTest::testSnapshotVarcharcallsMySqlTypeMapperTest::testSnapshotVarcharSmallcallsMySqlTypeMapperTest::testSnapshotYearcallsMySqlTypeMapperTest::testSnapshotYearExactcallsColumnParserTestcallsTableDefinitionTestcallsColumnGeneratorTest::testGenerateValueRespectsStringLengthcallsDecimalGeneratorTest::testGenerateDecimalHonorsScaleAndPrecisioncallsDecimalGeneratorTest::testGenerateDecimalProducesNonzeroFractionalValuescallsGeometryGeneratorTest::testGenerateGeometrycollectionUsesRequestedWktTypecallsGeometryGeneratorTest::testGenerateMultipointUsesRequestedWktTypecallsGeometryGeneratorTest::testGeneratePointUsesRequestedWktTypecallsGeometryGeneratorTest::testGeneratePolygonUsesRequestedWktTypecallsIntegerGeneratorTest::testGenerateBigIntStaysWithinDeclaredDomaincallsIntegerGeneratorTest::testGenerateBitAvoidsOverflowForFullWidthBitColumnscallsIntegerGeneratorTest::testGenerateBitStaysWithinDeclaredDomaincallsIntegerGeneratorTest::testGenerateBitUsesOneBitWhenLengthIsOmittedcallsIntegerGeneratorTest::testGenerateIntStaysWithinDeclaredDomaincallsIntegerGeneratorTest::testGenerateMediumIntStaysWithinDeclaredDomaincallsIntegerGeneratorTest::testGenerateSmallIntStaysWithinDeclaredDomaincallsIntegerGeneratorTest::testGenerateTinyIntStaysWithinDeclaredDomaincallsNumericGeneratorTest::testGenerateHandlesIntegerAndDecimalDeclarationscallsStringGeneratorTest::testGenerateBinaryRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateCharRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateEnumChoosesADeclaredMembercallsStringGeneratorTest::testGenerateSetChoosesOnlyDeclaredMemberscallsStringGeneratorTest::testGenerateSetSupportsASingleMembercallsStringGeneratorTest::testGenerateVarbinaryRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateVarcharRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateVarcharSupportsAZeroLengthColumncallsStringGeneratorTest::testGenerateVarcharSupportsColumnsShorterThanAFakerWordcallsStringGeneratorTest::testSingleByteBinaryColumnsProduceExactlyOneBytecallsTextGeneratorTest::testGenerateSupportsTextFamiliescallsPlatformFactoryTestcallsPostgreSqlSchemaFetcherTestcallsPostgreSqlSchemaParserTestcallsPostgreSqlTypeMapperTest::testGenerateAutoIncrementReturnsNullcallsPostgreSqlTypeMapperTest::testGenerateBigIntcallsPostgreSqlTypeMapperTest::testGenerateBoolAliascallsPostgreSqlTypeMapperTest::testGenerateBooleancallsPostgreSqlTypeMapperTest::testGenerateByteacallsPostgreSqlTypeMapperTest::testGenerateByteaFormatcallsPostgreSqlTypeMapperTest::testGenerateByteaNonEmptycallsPostgreSqlTypeMapperTest::testGenerateCharcallsPostgreSqlTypeMapperTest::testGenerateCharacterTypecallsPostgreSqlTypeMapperTest::testGenerateCharacterVaryingShortLengthcallsPostgreSqlTypeMapperTest::testGenerateCharacterVaryingTypecallsPostgreSqlTypeMapperTest::testGenerateCharDefaultLengthcallsPostgreSqlTypeMapperTest::testGenerateCharExactLengthcallsPostgreSqlTypeMapperTest::testGenerateCidrcallsPostgreSqlTypeMapperTest::testGenerateCidrFormatcallsPostgreSqlTypeMapperTest::testGenerateDatecallsPostgreSqlTypeMapperTest::testGenerateDecAliascallsPostgreSqlTypeMapperTest::testGenerateDecimalBoundaryValuescallsPostgreSqlTypeMapperTest::testGenerateDecimalDefaultPrecisioncallsPostgreSqlTypeMapperTest::testGenerateDoublePrecisioncallsPostgreSqlTypeMapperTest::testGenerateFloat4AliascallsPostgreSqlTypeMapperTest::testGenerateFloat8AliascallsPostgreSqlTypeMapperTest::testGenerateGeneratedColumnReturnsNullcallsPostgreSqlTypeMapperTest::testGenerateInetcallsPostgreSqlTypeMapperTest::testGenerateInetFormatcallsPostgreSqlTypeMapperTest::testGenerateInt2AliascallsPostgreSqlTypeMapperTest::testGenerateInt4AliascallsPostgreSqlTypeMapperTest::testGenerateInt8AliascallsPostgreSqlTypeMapperTest::testGenerateIntArrayAliascallsPostgreSqlTypeMapperTest::testGenerateIntArrayContainsNumberscallsPostgreSqlTypeMapperTest::testGenerateIntArrayExactCountcallsPostgreSqlTypeMapperTest::testGenerateIntArrayFormatcallsPostgreSqlTypeMapperTest::testGenerateIntegercallsPostgreSqlTypeMapperTest::testGenerateIntegerArraycallsPostgreSqlTypeMapperTest::testGenerateIntervalcallsPostgreSqlTypeMapperTest::testGenerateIntervalContainsUnitcallsPostgreSqlTypeMapperTest::testGenerateIntervalFormatcallsPostgreSqlTypeMapperTest::testGenerateIntervalValueRangecallsPostgreSqlTypeMapperTest::testGenerateJsoncallsPostgreSqlTypeMapperTest::testGenerateJsonbcallsPostgreSqlTypeMapperTest::testGenerateJsonHasKeyValuecallsPostgreSqlTypeMapperTest::testGenerateLowercaseTypeWorkscallsPostgreSqlTypeMapperTest::testGenerateMacaddrcallsPostgreSqlTypeMapperTest::testGenerateMacaddrFormatcallsPostgreSqlTypeMapperTest::testGenerateMoneycallsPostgreSqlTypeMapperTest::testGenerateMoneyBoundaryValuescallsPostgreSqlTypeMapperTest::testGenerateNonNullableNeverReturnsNullcallsPostgreSqlTypeMapperTest::testGenerateNullablecallsPostgreSqlTypeMapperTest::testGenerateNumericcallsPostgreSqlTypeMapperTest::testGenerateRealcallsPostgreSqlTypeMapperTest::testGenerateSmallIntcallsPostgreSqlTypeMapperTest::testGenerateSmallIntBoundaryValuescallsPostgreSqlTypeMapperTest::testGenerateTextcallsPostgreSqlTypeMapperTest::testGenerateTextArraycallsPostgreSqlTypeMapperTest::testGenerateTextArrayContainsQuotedStringscallsPostgreSqlTypeMapperTest::testGenerateTextArrayExactCountcallsPostgreSqlTypeMapperTest::testGenerateTextArrayFormatcallsPostgreSqlTypeMapperTest::testGenerateTextArraySeed5Has3ElementscallsPostgreSqlTypeMapperTest::testGenerateTimecallsPostgreSqlTypeMapperTest::testGenerateTimestampcallsPostgreSqlTypeMapperTest::testGenerateTimestamptzcallsPostgreSqlTypeMapperTest::testGenerateTimestampWithoutTimeZonecallsPostgreSqlTypeMapperTest::testGenerateTimestampWithTimeZonecallsPostgreSqlTypeMapperTest::testGenerateTimetzFormatcallsPostgreSqlTypeMapperTest::testGenerateTimeWithoutTimeZonecallsPostgreSqlTypeMapperTest::testGenerateTimeWithTimeZonecallsPostgreSqlTypeMapperTest::testGenerateUnknownTypeReturnsTextcallsPostgreSqlTypeMapperTest::testGenerateUuidcallsPostgreSqlTypeMapperTest::testGenerateUuidFormatcallsPostgreSqlTypeMapperTest::testGenerateVarcharcallsPostgreSqlTypeMapperTest::testGenerateVarcharDefaultLengthcallsPostgreSqlTypeMapperTest::testGenerateVarcharDefaultLengthOutputcallsPostgreSqlTypeMapperTest::testGenerateVarcharMaxLengthcallsPostgreSqlTypeMapperTest::testGenerateVarcharStartsFromBeginningcallsPostgreSqlTypeMapperTest::testGenerateXmlcallsPostgreSqlTypeMapperTest::testGenerateXmlFormatcallsPostgreSqlTypeMapperTest::testNullableColumnDefaultRatioIsLowcallsPostgreSqlTypeMapperTest::testNullableColumnReturnsDefaultcallsPostgreSqlTypeMapperTest::testNullableColumnReturnsDefaultWithSpecificSeedcallsPostgreSqlTypeMapperTest::testNullableColumnReturnsGeneratedWithSpecificSeedcallsPostgreSqlTypeMapperTest::testNullableColumnSeed285ReturnsGeneratedcallsPostgreSqlTypeMapperTest::testNullableColumnSeed28ReturnsDefaultcallsPostgreSqlTypeMapperTest::testSnapshotBigIntcallsPostgreSqlTypeMapperTest::testSnapshotBoolcallsPostgreSqlTypeMapperTest::testSnapshotBooleancallsPostgreSqlTypeMapperTest::testSnapshotByteacallsPostgreSqlTypeMapperTest::testSnapshotByteaFormatcallsPostgreSqlTypeMapperTest::testSnapshotCharcallsPostgreSqlTypeMapperTest::testSnapshotCharactercallsPostgreSqlTypeMapperTest::testSnapshotCharacterVaryingcallsPostgreSqlTypeMapperTest::testSnapshotCharDefaultLengthcallsPostgreSqlTypeMapperTest::testSnapshotCharExactcallsPostgreSqlTypeMapperTest::testSnapshotCidrcallsPostgreSqlTypeMapperTest::testSnapshotDatecallsPostgreSqlTypeMapperTest::testSnapshotDeccallsPostgreSqlTypeMapperTest::testSnapshotDecExactcallsPostgreSqlTypeMapperTest::testSnapshotDecimalcallsPostgreSqlTypeMapperTest::testSnapshotDecimalDefaultPrecisionExactcallsPostgreSqlTypeMapperTest::testSnapshotDecimalWithPrecisionExactcallsPostgreSqlTypeMapperTest::testSnapshotDoublePrecisioncallsPostgreSqlTypeMapperTest::testSnapshotFloat4callsPostgreSqlTypeMapperTest::testSnapshotFloat8callsPostgreSqlTypeMapperTest::testSnapshotInetcallsPostgreSqlTypeMapperTest::testSnapshotIntcallsPostgreSqlTypeMapperTest::testSnapshotInt2callsPostgreSqlTypeMapperTest::testSnapshotInt4callsPostgreSqlTypeMapperTest::testSnapshotInt8callsPostgreSqlTypeMapperTest::testSnapshotIntArraycallsPostgreSqlTypeMapperTest::testSnapshotIntegercallsPostgreSqlTypeMapperTest::testSnapshotIntegerArraycallsPostgreSqlTypeMapperTest::testSnapshotIntegerArrayExactcallsPostgreSqlTypeMapperTest::testSnapshotIntervalcallsPostgreSqlTypeMapperTest::testSnapshotIntervalExactcallsPostgreSqlTypeMapperTest::testSnapshotJsoncallsPostgreSqlTypeMapperTest::testSnapshotJsonbcallsPostgreSqlTypeMapperTest::testSnapshotMacaddrcallsPostgreSqlTypeMapperTest::testSnapshotMoneycallsPostgreSqlTypeMapperTest::testSnapshotMoneyExactcallsPostgreSqlTypeMapperTest::testSnapshotNumericcallsPostgreSqlTypeMapperTest::testSnapshotNumericDefaultPrecisioncallsPostgreSqlTypeMapperTest::testSnapshotRealcallsPostgreSqlTypeMapperTest::testSnapshotSmallIntcallsPostgreSqlTypeMapperTest::testSnapshotTextArraycallsPostgreSqlTypeMapperTest::testSnapshotTextArrayExactcallsPostgreSqlTypeMapperTest::testSnapshotTimecallsPostgreSqlTypeMapperTest::testSnapshotTimestampcallsPostgreSqlTypeMapperTest::testSnapshotTimestamptzcallsPostgreSqlTypeMapperTest::testSnapshotTimestampWithoutTimeZonecallsPostgreSqlTypeMapperTest::testSnapshotTimestampWithTimeZonecallsPostgreSqlTypeMapperTest::testSnapshotTimetzcallsPostgreSqlTypeMapperTest::testSnapshotTimeWithoutTimeZonecallsPostgreSqlTypeMapperTest::testSnapshotTimeWithTimeZonecallsPostgreSqlTypeMapperTest::testSnapshotUnknownTypecallsPostgreSqlTypeMapperTest::testSnapshotUuidcallsPostgreSqlTypeMapperTest::testSnapshotVarcharDefaultLengthcallsPostgreSqlTypeMapperTest::testSnapshotVarcharExactcallsPostgreSqlTypeMapperTest::testSnapshotXmlcallsPostgreSqlTypeMapperTest::testSnapshotXmlExactcallsCatalogSchemaTestcallsColumnParserTestcallsDefinitionListTestcallsColumnGeneratorTest::testGenerateValueRespectsStringLengthcallsDecimalGeneratorTest::testGenerateDecimalHonorsScaleAndPrecisioncallsDecimalGeneratorTest::testGenerateDecimalProducesNonzeroFractionalValuescallsNumericGeneratorTest::testGenerateHandlesIntegerAndDecimalDeclarationscallsStringGeneratorTest::testGenerateCharRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateVarcharRespectsDeclaredLengthcallsStringGeneratorTest::testGenerateVarcharSupportsAZeroLengthColumncallsStringGeneratorTest::testGenerateVarcharSupportsColumnsShorterThanAFakerWordcallsTemporalGeneratorTest::testGenerateDateUsesDatabaseFormatcallsTemporalGeneratorTest::testGenerateTimestampUsesDatabaseFormatcallsTemporalGeneratorTest::testGenerateTimeUsesDatabaseFormatcallsColumnParserTestcallsDefinitionListTestcallsPragmaColumnTest::providerPragmaColumnscallsPragmaSchemaTestcallsSqliteSchemaFetcherTestcallsSqliteSchemaParserTestcallsSqliteTypeMapperTest::testBooleanProducesBothZeroAndOnecallsSqliteTypeMapperTest::testGenerateAutoIncrementReturnsNullcallsSqliteTypeMapperTest::testGenerateBigIntcallsSqliteTypeMapperTest::testGenerateBlobAffinitycallsSqliteTypeMapperTest::testGenerateBlobExactLengthOutputcallsSqliteTypeMapperTest::testGenerateBlobWithLengthcallsSqliteTypeMapperTest::testGenerateBlobWithoutLengthNonEmptycallsSqliteTypeMapperTest::testGenerateBooleanReturnsOneOrZerocallsSqliteTypeMapperTest::testGenerateCharcallsSqliteTypeMapperTest::testGenerateCharExactLengthcallsSqliteTypeMapperTest::testGenerateCharSubstrStartsAtZerocallsSqliteTypeMapperTest::testGenerateClobcallsSqliteTypeMapperTest::testGenerateDecimalcallsSqliteTypeMapperTest::testGenerateDecimalBoundaryValuescallsSqliteTypeMapperTest::testGenerateDecimalDefaultPrecisioncallsSqliteTypeMapperTest::testGenerateDoublecallsSqliteTypeMapperTest::testGenerateDoublePrecisionOnlySeed12345callsSqliteTypeMapperTest::testGenerateEmptyTypeBlobAffinitycallsSqliteTypeMapperTest::testGenerateFloatcallsSqliteTypeMapperTest::testGenerateFloatRangecallsSqliteTypeMapperTest::testGenerateGeneratedColumnReturnsNullcallsSqliteTypeMapperTest::testGenerateIntcallsSqliteTypeMapperTest::testGenerateInt2AliascallsSqliteTypeMapperTest::testGenerateInt8AliascallsSqliteTypeMapperTest::testGenerateIntegerAffinitycallsSqliteTypeMapperTest::testGenerateIntegerBoundaryValuescallsSqliteTypeMapperTest::testGenerateLongTextcallsSqliteTypeMapperTest::testGenerateLowercaseTypeWorkscallsSqliteTypeMapperTest::testGenerateMediumIntcallsSqliteTypeMapperTest::testGenerateMediumTextcallsSqliteTypeMapperTest::testGenerateNonNullableNeverReturnsNullcallsSqliteTypeMapperTest::testGenerateNullablecallsSqliteTypeMapperTest::testGenerateNumericcallsSqliteTypeMapperTest::testGenerateNumericAffinityBooleancallsSqliteTypeMapperTest::testGenerateNumericAffinityDatecallsSqliteTypeMapperTest::testGenerateNumericAffinityDatetimecallsSqliteTypeMapperTest::testGenerateNumericAffinityTimecallsSqliteTypeMapperTest::testGenerateNumericDefaultAffinitycallsSqliteTypeMapperTest::testGenerateRealAffinitycallsSqliteTypeMapperTest::testGenerateRealWithPrecisionScalecallsSqliteTypeMapperTest::testGenerateSmallIntcallsSqliteTypeMapperTest::testGenerateSmallIntBoundarycallsSqliteTypeMapperTest::testGenerateTextAffinitycallsSqliteTypeMapperTest::testGenerateTextWithLengthcallsSqliteTypeMapperTest::testGenerateTextWithLengthLimitcallsSqliteTypeMapperTest::testGenerateTextWithLengthSeed12345callsSqliteTypeMapperTest::testGenerateTextWithLengthStartsFromBeginningcallsSqliteTypeMapperTest::testGenerateTextWithLengthSubstrStartsAtZerocallsSqliteTypeMapperTest::testGenerateTimestampcallsSqliteTypeMapperTest::testGenerateTinyIntcallsSqliteTypeMapperTest::testGenerateTinyTextcallsSqliteTypeMapperTest::testGenerateTinyTextLengthcallsSqliteTypeMapperTest::testGenerateTinyTextStartsFromBeginningcallsSqliteTypeMapperTest::testGenerateVarcharcallsSqliteTypeMapperTest::testLowercaseBigintGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseCharGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseClobGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseDateGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseDatetimeGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseDecimalGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseDoubleGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseFloatGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseInt2GeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseInt8GeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseLongtextGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseMediumintGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseMediumtextGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseSmallintGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseTimeGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseTimestampGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseTinyintGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseTinytextGeneratesSameAsUppercasecallsSqliteTypeMapperTest::testLowercaseTypeUsesStrtouppercallsSqliteTypeMapperTest::testNullableColumnDefaultRatioIsLowcallsSqliteTypeMapperTest::testNullableColumnReturnsDefaultcallsSqliteTypeMapperTest::testNullableColumnReturnsDefaultWithSpecificSeedcallsSqliteTypeMapperTest::testNullableColumnReturnsGeneratedWithSpecificSeedcallsSqliteTypeMapperTest::testNullableColumnSeed285ReturnsGeneratedcallsSqliteTypeMapperTest::testNullableColumnSeed28ReturnsDefaultcallsSqliteTypeMapperTest::testSnapshotAnytypecallsSqliteTypeMapperTest::testSnapshotAnytypeExactcallsSqliteTypeMapperTest::testSnapshotBigIntcallsSqliteTypeMapperTest::testSnapshotBlobExactLengthcallsSqliteTypeMapperTest::testSnapshotBlobWithLengthcallsSqliteTypeMapperTest::testSnapshotBlobWithoutLengthcallsSqliteTypeMapperTest::testSnapshotBooleancallsSqliteTypeMapperTest::testSnapshotBooleanValuescallsSqliteTypeMapperTest::testSnapshotCharcallsSqliteTypeMapperTest::testSnapshotDatecallsSqliteTypeMapperTest::testSnapshotDatetimecallsSqliteTypeMapperTest::testSnapshotDecimalcallsSqliteTypeMapperTest::testSnapshotDecimalDefaultPrecisioncallsSqliteTypeMapperTest::testSnapshotDecimalExactcallsSqliteTypeMapperTest::testSnapshotDoublecallsSqliteTypeMapperTest::testSnapshotEmptyTypecallsSqliteTypeMapperTest::testSnapshotFloatExactcallsSqliteTypeMapperTest::testSnapshotFloatValuecallsSqliteTypeMapperTest::testSnapshotIntcallsSqliteTypeMapperTest::testSnapshotInt2callsSqliteTypeMapperTest::testSnapshotInt8callsSqliteTypeMapperTest::testSnapshotIntegercallsSqliteTypeMapperTest::testSnapshotMediumIntcallsSqliteTypeMapperTest::testSnapshotNumericcallsSqliteTypeMapperTest::testSnapshotRealcallsSqliteTypeMapperTest::testSnapshotRealWithPrecisioncallsSqliteTypeMapperTest::testSnapshotSmallIntcallsSqliteTypeMapperTest::testSnapshotTimecallsSqliteTypeMapperTest::testSnapshotTimestampcallsSqliteTypeMapperTest::testSnapshotTinyIntcallsColumnGeneratorTest::testGenerateBlobReturnsDeclaredLengthcallsColumnGeneratorTest::testGenerateDecimalProducesNonzeroFractionalValuescallsColumnGeneratorTest::testGenerateDecimalRespectsNumericDomaincallsColumnGeneratorTest::testGenerateIntegerRespectsNumericDomaincallsColumnGeneratorTest::testGenerateNumericRespectsNumericDomaincallsColumnGeneratorTest::testGenerateRealRespectsNumericDomaincallsColumnGeneratorTest::testGenerateTextReturnsDeclaredLengthcallsColumnGeneratorTest::testGenerateValueRespectsStringLengthcallsDatabaseSchemaCacheTestcallsDdlDirectoryTestcallsDdlFileTestcallsSqlSchemaProviderTestcallsMissingColumnDefinitionsExceptionTestcallsMySqlSchemaParserTestcallsSchemaFetcherInterfaceTestcallsSchemaParserInterfaceTestcallsSchemaResolverInterfaceTest::testResolveReturnsTheRegisteredSchemacallsStaticSchemaResolverTest::testRegisterAddsAfterConstructioncallsStaticSchemaResolverTest::testRegisterReplacesASchemaOfTheSameNamecallsStaticSchemaResolverTest::testResolvesARegisteredSchemacallsStaticSchemaResolverTest::testResolvesIgnoringCaseQuotingAndSchemaQualifiercallsStaticSchemaResolverTest::testResolveThrowsListingWhatIsKnowncallsStaticSchemaResolverTest::testTableNamesAreLowerCasedcallsTableSchemaTest::testGetColumncallsTableSchemaTest::testGetColumnNamescallsTableSchemaTest::testGetColumnReturnsNullForNonExistentcallsTableSchemaTest::testHasColumncallsTableSchemaTest::testPropertiescallsDecimalRangeTest::testDefaultSignednessRetainsNegativeFractionscallsDecimalRangeTest::testPrecisionAndScaleDefineRepresentableValuescallsMySqlTypeMapperTest::testGenerateAutoIncrementReturnsNullcallsMySqlTypeMapperTest::testGenerateBigIntcallsMySqlTypeMapperTest::testGenerateBigIntUnsignedcallsMySqlTypeMapperTest::testGenerateBinarycallsMySqlTypeMapperTest::testGenerateBitcallsMySqlTypeMapperTest::testGenerateBitBoundaryValuescallsMySqlTypeMapperTest::testGenerateBlobcallsMySqlTypeMapperTest::testGenerateBoolcallsMySqlTypeMapperTest::testGenerateBooleancallsMySqlTypeMapperTest::testGenerateCharcallsMySqlTypeMapperTest::testGenerateDatecallsMySqlTypeMapperTest::testGenerateDatetimecallsMySqlTypeMapperTest::testGenerateDecimalcallsMySqlTypeMapperTest::testGenerateDecimalBoundaryValuescallsMySqlTypeMapperTest::testGenerateDecimalUnsignedcallsMySqlTypeMapperTest::testGenerateDoublecallsMySqlTypeMapperTest::testGenerateEnumcallsMySqlTypeMapperTest::testGenerateEnumEmptycallsMySqlTypeMapperTest::testGenerateFloatcallsMySqlTypeMapperTest::testGenerateGeneratedColumnReturnsNullcallsMySqlTypeMapperTest::testGenerateGeometrycallsMySqlTypeMapperTest::testGenerateGeometryCollectioncallsMySqlTypeMapperTest::testGenerateIntcallsMySqlTypeMapperTest::testGenerateIntBoundaryValuescallsMySqlTypeMapperTest::testGenerateIntegercallsMySqlTypeMapperTest::testGenerateIntUnsignedcallsMySqlTypeMapperTest::testGenerateIntUnsignedBoundaryValuescallsMySqlTypeMapperTest::testGenerateJsoncallsMySqlTypeMapperTest::testGenerateLineStringcallsMySqlTypeMapperTest::testGenerateLongBlobcallsMySqlTypeMapperTest::testGenerateLongTextcallsMySqlTypeMapperTest::testGenerateMediumBlobcallsMySqlTypeMapperTest::testGenerateMediumIntcallsMySqlTypeMapperTest::testGenerateMediumIntUnsignedcallsMySqlTypeMapperTest::testGenerateMediumTextcallsMySqlTypeMapperTest::testGenerateMultiLineStringcallsMySqlTypeMapperTest::testGenerateMultiPointcallsMySqlTypeMapperTest::testGenerateMultiPolygoncallsMySqlTypeMapperTest::testGenerateNonNullableNeverReturnsNullcallsMySqlTypeMapperTest::testGenerateNullableWithDefaultNullcallsMySqlTypeMapperTest::testGenerateNumericcallsMySqlTypeMapperTest::testGeneratePointcallsMySqlTypeMapperTest::testGeneratePolygoncallsMySqlTypeMapperTest::testGenerateRealcallsMySqlTypeMapperTest::testGenerateSetcallsMySqlTypeMapperTest::testGenerateSetEmptycallsMySqlTypeMapperTest::testGenerateSmallIntcallsMySqlTypeMapperTest::testGenerateSmallIntUnsignedcallsMySqlTypeMapperTest::testGenerateTextcallsMySqlTypeMapperTest::testGenerateTimecallsMySqlTypeMapperTest::testGenerateTimestampcallsMySqlTypeMapperTest::testGenerateTinyBlobcallsMySqlTypeMapperTest::testGenerateTinyIntcallsMySqlTypeMapperTest::testGenerateTinyIntOneAsBooleancallsMySqlTypeMapperTest::testGenerateTinyIntUnsignedcallsMySqlTypeMapperTest::testGenerateTinyTextcallsMySqlTypeMapperTest::testGenerateUnknownTypecallsMySqlTypeMapperTest::testGenerateVarbinarycallsMySqlTypeMapperTest::testGenerateVarcharcallsMySqlTypeMapperTest::testGenerateVarcharRespectsLengthcallsMySqlTypeMapperTest::testGenerateYearcallsMySqlTypeMapperTest::testGenerateYearBoundarycallsTypeMapperInterfaceTest::testGenerateReturnsAValueForTheColumncalls
Relations§
Instantiated in 5
- new SqlFixture\Platform\MySql\Schema\ColumnParser::parseColumnDefinition() packages/sql-fixture/src/Platform/MySql/Schema/ColumnParser.php:52
- new SqlFixture\Platform\PostgreSql\Schema\CatalogSchema::fetchSchemaFromInformationSchema() packages/sql-fixture/src/Platform/PostgreSql/Schema/CatalogSchema.php:50
- new SqlFixture\Platform\PostgreSql\Schema\ColumnParser::parseColumnDefinition() packages/sql-fixture/src/Platform/PostgreSql/Schema/ColumnParser.php:44
- new SqlFixture\Platform\Sqlite\Schema\ColumnParser::parseColumnDefinition() packages/sql-fixture/src/Platform/Sqlite/Schema/ColumnParser.php:44
- new SqlFixture\Platform\Sqlite\Schema\PragmaColumn::parse() packages/sql-fixture/src/Platform/Sqlite/Schema/PragmaColumn.php:49
Type declarations 41
- type SqlFixture\Platform\MySql\MySqlTypeMapper packages/sql-fixture/src/Platform/MySql/MySqlTypeMapper.php:19
- type SqlFixture\Platform\MySql\Schema\ColumnParser packages/sql-fixture/src/Platform/MySql/Schema/ColumnParser.php:22
- type SqlFixture\Platform\MySql\Value\ColumnGenerator packages/sql-fixture/src/Platform/MySql/Value/ColumnGenerator.php:20
- type SqlFixture\Platform\MySql\Value\DecimalGenerator packages/sql-fixture/src/Platform/MySql/Value/DecimalGenerator.php:20
- type SqlFixture\Platform\MySql\Value\GeometryGenerator packages/sql-fixture/src/Platform/MySql/Value/GeometryGenerator.php:22
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:22
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:35
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:44
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:53
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:62
- type SqlFixture\Platform\MySql\Value\IntegerGenerator packages/sql-fixture/src/Platform/MySql/Value/IntegerGenerator.php:71
- type SqlFixture\Platform\MySql\Value\NumericGenerator packages/sql-fixture/src/Platform/MySql/Value/NumericGenerator.php:22
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:21
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:32
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:42
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:52
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:62
- type SqlFixture\Platform\MySql\Value\StringGenerator packages/sql-fixture/src/Platform/MySql/Value/StringGenerator.php:79
- type SqlFixture\Platform\MySql\Value\TextGenerator packages/sql-fixture/src/Platform/MySql/Value/TextGenerator.php:22
- type SqlFixture\Platform\PostgreSql\PostgreSqlTypeMapper packages/sql-fixture/src/Platform/PostgreSql/PostgreSqlTypeMapper.php:26
- type SqlFixture\Platform\PostgreSql\Schema\ColumnParser packages/sql-fixture/src/Platform/PostgreSql/Schema/ColumnParser.php:19
- type SqlFixture\Platform\PostgreSql\Value\ColumnGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/ColumnGenerator.php:20
- type SqlFixture\Platform\PostgreSql\Value\DecimalGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/DecimalGenerator.php:20
- type SqlFixture\Platform\PostgreSql\Value\NumericGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/NumericGenerator.php:24
- type SqlFixture\Platform\PostgreSql\Value\StringGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/StringGenerator.php:20
- type SqlFixture\Platform\PostgreSql\Value\StringGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/StringGenerator.php:31
- type SqlFixture\Platform\PostgreSql\Value\TemporalGenerator packages/sql-fixture/src/Platform/PostgreSql/Value/TemporalGenerator.php:22
- type SqlFixture\Platform\Sqlite\Schema\ColumnParser packages/sql-fixture/src/Platform/Sqlite/Schema/ColumnParser.php:19
- type SqlFixture\Platform\Sqlite\Schema\PragmaColumn packages/sql-fixture/src/Platform/Sqlite/Schema/PragmaColumn.php:21
- type SqlFixture\Platform\Sqlite\SqliteTypeMapper packages/sql-fixture/src/Platform/Sqlite/SqliteTypeMapper.php:26
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:22
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:40
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:58
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:89
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:107
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:121
- type SqlFixture\Platform\Sqlite\Value\ColumnGenerator packages/sql-fixture/src/Platform/Sqlite/Value/ColumnGenerator.php:143
- type SqlFixture\Schema\TableSchema packages/sql-fixture/src/Schema/TableSchema.php:26
- type SqlFixture\TypeMapper\DecimalRange packages/sql-fixture/src/TypeMapper/DecimalRange.php:34
- type SqlFixture\TypeMapper\MySqlTypeMapper packages/sql-fixture/src/TypeMapper/MySqlTypeMapper.php:29
- type SqlFixture\TypeMapper\TypeMapperInterface packages/sql-fixture/src/TypeMapper/TypeMapperInterface.php:18