public override void OnDbModelConstructing(DbModel dbModel) { base.OnDbModelConstructing(dbModel); dbModel.AddCustomType(new DbCustomTypeInfo(dbModel, SystemSchema, ArrayAsTableTypeName, DbCustomTypeKind.ArrayAsTable)); }