CREATE TABLE "arrdb" ( "id" text NOT NULL, "Name" text, "_rank_" integer, "_nrcurves_" integer, "_multiplicities_" text, "_number_" integer, "_letter_" text, "BaseField" text, "BettiNumbers" text, "ChenRanks" text, "CoefficientsRing" text, "Dimension" integer, "Exponents" text, "notes" text, "NrCurves" integer, "Rank" integer, "IsCentralArrangement" bool, "picture_png" bytea, "picture_eps" bytea, "HallInvariant_A4" integer, "HallInvariant_S3" integer, "IntersectionLattice" text, "Rank2Lattice" text, "LCSQuotients" text, "Multiplicities" text, "NrLowIndexNormalSubgroups" text, "NrLowIndexSubgroups" text, "NrLowIndexSubgroupsPlusConjugates" text, "PolynomialMatrix" text, "NrFundamentalGroupGenerators" integer, "FundamentalGroupRelations" text, "RS_ZeroRelations" text, "RS_NonzeroRelations" text, "RS_Characteristic" integer, "RS_Dimension" integer, "RS_NonCharacteristics" text, "RS_NrConnectedComponents" integer, "RS_IncorrectNrConnectedComponents" integer, "RS_Variables" text, "RS_Vectors" text, "RealizationSpaceSolution" text, "IsAspherical" bool, "IsBraidArrangement" bool, "IsComplexifiedIntegralArrangement" bool, "IsComplexifiedRationalArrangement" bool, "IsComplexifiedRealArrangement" bool, "IsCyclotomicArrangement" bool, "IsDecomposable" bool, "IsEssentialArrangement" bool, "IsFiniteFieldArrangement" bool, "IsFreeArrangement" bool, "IsGenericArrangement" bool, "IsGraphicArrangement" bool, "IsHypersolvable" bool, "IsKoszul" bool, "IsLCSFormulaSatisfied" bool, "IsOrderableGroup" bool, "IsPoincarePolynomialCompletelyFactorable" bool, "IsReflectionArrangement" bool, "IsSignedGraphicArrangement" bool, "IsSupersolvable" bool, "IsTorsionFreeGroup" bool, "ISLCSTorsionFree" bool, CONSTRAINT arr_id PRIMARY KEY (id) );