@tsonic/efcore 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8 -8
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +14 -14
  3. package/Microsoft.EntityFrameworkCore/internal/metadata.json +4 -4
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +12 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +9 -9
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/metadata.json +3 -3
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +2 -2
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -1
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +6 -6
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +6 -6
  11. package/Microsoft.EntityFrameworkCore.Design/internal/metadata.json +3 -3
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +4 -4
  13. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +4 -4
  14. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/metadata.json +2 -2
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +6 -6
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +80 -80
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +3 -3
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +2 -2
  19. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +4 -4
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +1 -1
  21. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +6 -6
  22. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +21 -21
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/metadata.json +3 -3
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +145 -145
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +128 -128
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -72
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +24 -24
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +2 -2
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +1 -1
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/metadata.json +1 -1
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +2 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +30 -30
  34. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +116 -116
  35. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +15 -15
  36. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2 -2
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +3 -3
  38. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +1 -1
  39. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -1
  40. package/Microsoft.EntityFrameworkCore.Query/bindings.json +71 -71
  41. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +75 -75
  42. package/Microsoft.EntityFrameworkCore.Query/internal/metadata.json +33 -33
  43. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +6 -6
  44. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +9 -9
  45. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/metadata.json +1 -1
  46. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +47 -47
  47. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +25 -25
  48. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/metadata.json +6 -6
  49. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +47 -47
  50. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +51 -51
  51. package/Microsoft.EntityFrameworkCore.Storage/internal/metadata.json +23 -23
  52. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +2 -2
  53. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -1
  54. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/metadata.json +1 -1
  55. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -2
  56. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +4 -4
  57. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +2 -2
  58. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/metadata.json +2 -2
  59. package/__internal/extensions/index.d.ts +7 -7
  60. package/package.json +1 -1
@@ -2260,7 +2260,7 @@
2260
2260
  {
2261
2261
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IDbFunction",
2262
2262
  "clrName": "Function",
2263
- "tsEmitName": "function_",
2263
+ "tsEmitName": "function",
2264
2264
  "normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IDbFunction|static=false|accessor=get",
2265
2265
  "provenance": "Original",
2266
2266
  "emitScope": "ClassSurface",
@@ -10402,7 +10402,7 @@
10402
10402
  {
10403
10403
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.TypeIdentity::Type:System.Type",
10404
10404
  "clrName": "Type",
10405
- "tsEmitName": "type_",
10405
+ "tsEmitName": "type",
10406
10406
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
10407
10407
  "provenance": "Original",
10408
10408
  "emitScope": "ClassSurface",
@@ -12264,7 +12264,7 @@
12264
12264
  {
12265
12265
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.ClrIndexedCollectionAccessor\u00603::Get(System.Object,System.Int32):System.Object",
12266
12266
  "clrName": "Get",
12267
- "tsEmitName": "get_",
12267
+ "tsEmitName": "get",
12268
12268
  "normalizedSignature": "Get|(System.Object,System.Int32):System.Object|static=false",
12269
12269
  "provenance": "Original",
12270
12270
  "emitScope": "ClassSurface",
@@ -12280,7 +12280,7 @@
12280
12280
  {
12281
12281
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.ClrIndexedCollectionAccessor\u00603::Get(TStructural,System.Int32):TElement",
12282
12282
  "clrName": "Get",
12283
- "tsEmitName": "get_",
12283
+ "tsEmitName": "get",
12284
12284
  "normalizedSignature": "Get|(TStructural,System.Int32):TElement|static=false",
12285
12285
  "provenance": "Original",
12286
12286
  "emitScope": "ClassSurface",
@@ -12296,7 +12296,7 @@
12296
12296
  {
12297
12297
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.ClrIndexedCollectionAccessor\u00603::Set(System.Object,System.Int32,System.Object,System.Boolean):System.Void",
12298
12298
  "clrName": "Set",
12299
- "tsEmitName": "set_",
12299
+ "tsEmitName": "set",
12300
12300
  "normalizedSignature": "Set|(System.Object,System.Int32,System.Object,System.Boolean):System.Void|static=false",
12301
12301
  "provenance": "Original",
12302
12302
  "emitScope": "ClassSurface",
@@ -12312,7 +12312,7 @@
12312
12312
  {
12313
12313
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.ClrIndexedCollectionAccessor\u00603::Set(TStructural,System.Int32,TElement,System.Boolean):System.Void",
12314
12314
  "clrName": "Set",
12315
- "tsEmitName": "set_",
12315
+ "tsEmitName": "set",
12316
12316
  "normalizedSignature": "Set|(TStructural,System.Int32,TElement,System.Boolean):System.Void|static=false",
12317
12317
  "provenance": "Original",
12318
12318
  "emitScope": "ClassSurface",
@@ -27114,7 +27114,7 @@
27114
27114
  {
27115
27115
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.DbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.Internal.DbFunction",
27116
27116
  "clrName": "Function",
27117
- "tsEmitName": "function_",
27117
+ "tsEmitName": "function",
27118
27118
  "normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.Internal.DbFunction|static=false|accessor=get",
27119
27119
  "provenance": "Original",
27120
27120
  "emitScope": "ClassSurface",
@@ -38289,7 +38289,7 @@
38289
38289
  {
38290
38290
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.EntityTypeMappingFragment::Get(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
38291
38291
  "clrName": "Get",
38292
- "tsEmitName": "get_",
38292
+ "tsEmitName": "get",
38293
38293
  "normalizedSignature": "Get|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
38294
38294
  "provenance": "Original",
38295
38295
  "emitScope": "ClassSurface",
@@ -43725,7 +43725,7 @@
43725
43725
  {
43726
43726
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.FunctionColumn::Function:Microsoft.EntityFrameworkCore.Metadata.Internal.StoreFunction",
43727
43727
  "clrName": "Function",
43728
- "tsEmitName": "function_",
43728
+ "tsEmitName": "function",
43729
43729
  "normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.Internal.StoreFunction|static=false|accessor=get",
43730
43730
  "provenance": "Original",
43731
43731
  "emitScope": "ClassSurface",
@@ -84326,7 +84326,7 @@
84326
84326
  {
84327
84327
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.QueryFilterCollection::Set(Microsoft.EntityFrameworkCore.Metadata.IQueryFilter):Microsoft.EntityFrameworkCore.Metadata.IQueryFilter",
84328
84328
  "clrName": "Set",
84329
- "tsEmitName": "set_",
84329
+ "tsEmitName": "set",
84330
84330
  "normalizedSignature": "Set|(Microsoft.EntityFrameworkCore.Metadata.IQueryFilter):Microsoft.EntityFrameworkCore.Metadata.IQueryFilter|static=false",
84331
84331
  "provenance": "Original",
84332
84332
  "emitScope": "ClassSurface",
@@ -84451,7 +84451,7 @@
84451
84451
  {
84452
84452
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Internal.Reference\u00601::Object:T",
84453
84453
  "clrName": "Object",
84454
- "tsEmitName": "object_",
84454
+ "tsEmitName": "object",
84455
84455
  "normalizedSignature": "Object|:T|static=false|accessor=getset",
84456
84456
  "provenance": "Original",
84457
84457
  "emitScope": "ClassSurface",
@@ -85942,7 +85942,7 @@
85942
85942
  {
85943
85943
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalPropertyOverrides::Get(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
85944
85944
  "clrName": "Get",
85945
- "tsEmitName": "get_",
85945
+ "tsEmitName": "get",
85946
85946
  "normalizedSignature": "Get|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
85947
85947
  "provenance": "Original",
85948
85948
  "emitScope": "ClassSurface",
@@ -89601,7 +89601,7 @@
89601
89601
  {
89602
89602
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.Sequence::Type:System.Type",
89603
89603
  "clrName": "Type",
89604
- "tsEmitName": "type_",
89604
+ "tsEmitName": "type",
89605
89605
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
89606
89606
  "provenance": "Original",
89607
89607
  "emitScope": "ClassSurface",
@@ -106254,7 +106254,7 @@
106254
106254
  {
106255
106255
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.Internal.StoreFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.Internal.StoreFunction",
106256
106256
  "clrName": "Function",
106257
- "tsEmitName": "function_",
106257
+ "tsEmitName": "function",
106258
106258
  "normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.Internal.StoreFunction|static=false|accessor=get",
106259
106259
  "provenance": "Original",
106260
106260
  "emitScope": "ClassSurface",
@@ -106361,7 +106361,7 @@
106361
106361
  {
106362
106362
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter::Type:System.String",
106363
106363
  "clrName": "Type",
106364
- "tsEmitName": "type_",
106364
+ "tsEmitName": "type",
106365
106365
  "normalizedSignature": "Type|:System.String|static=false|accessor=get",
106366
106366
  "provenance": "ExplicitView",
106367
106367
  "emitScope": "ViewOnly",
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions::DefaultMicrosoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
125
125
  "clrName": "Default",
126
- "tsEmitName": "default_",
126
+ "tsEmitName": "default",
127
127
  "metadataToken": 67109977,
128
128
  "normalizedSignature": "Default|Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions|static=true|const=true",
129
129
  "isStatic": true,
@@ -179,7 +179,7 @@
179
179
  }
180
180
  },
181
181
  {
182
- "tsName": "default_",
182
+ "tsName": "default",
183
183
  "isStatic": true,
184
184
  "tsSignatureId": "Default|Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions|static=true|const=true",
185
185
  "target": {
@@ -31,7 +31,7 @@ export enum LockReleaseBehavior {
31
31
 
32
32
 
33
33
  export enum MigrationsSqlGenerationOptions {
34
- default_ = 0,
34
+ default = 0,
35
35
  script = 1,
36
36
  idempotent = 2,
37
37
  noTransactions = 4
@@ -251,14 +251,14 @@ export interface MigrationBuilder$instance {
251
251
  readonly activeProvider: string | undefined;
252
252
  readonly operations: List<MigrationOperation>;
253
253
  addCheckConstraint(name: string, table: string, sql: string, schema?: string): OperationBuilder_1<AddCheckConstraintOperation>;
254
- addColumn<T>(name: string, table: string, type_?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, schema?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, comment?: string, collation?: string, precision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>): OperationBuilder_1<AddColumnOperation>;
254
+ addColumn<T>(name: string, table: string, type?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, schema?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, comment?: string, collation?: string, precision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>): OperationBuilder_1<AddColumnOperation>;
255
255
  addForeignKey(name: string, table: string, column: string, principalTable: string, schema?: string, principalSchema?: string, principalColumn?: string, onUpdate?: ReferentialAction, onDelete?: ReferentialAction): OperationBuilder_1<AddForeignKeyOperation>;
256
256
  addForeignKey(name: string, table: string, columns: string[], principalTable: string, schema?: string, principalSchema?: string, principalColumns?: string[], onUpdate?: ReferentialAction, onDelete?: ReferentialAction): OperationBuilder_1<AddForeignKeyOperation>;
257
257
  addPrimaryKey(name: string, table: string, column: string, schema?: string): OperationBuilder_1<AddPrimaryKeyOperation>;
258
258
  addPrimaryKey(name: string, table: string, columns: string[], schema?: string): OperationBuilder_1<AddPrimaryKeyOperation>;
259
259
  addUniqueConstraint(name: string, table: string, column: string, schema?: string): OperationBuilder_1<AddUniqueConstraintOperation>;
260
260
  addUniqueConstraint(name: string, table: string, columns: string[], schema?: string): OperationBuilder_1<AddUniqueConstraintOperation>;
261
- alterColumn<T>(name: string, table: string, type_?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, schema?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, oldClrType?: Type, oldType?: string, oldUnicode?: Nullable<System_Internal.Boolean>, oldMaxLength?: Nullable<System_Internal.Int32>, oldRowVersion?: boolean, oldNullable?: boolean, oldDefaultValue?: unknown, oldDefaultValueSql?: string, oldComputedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, oldFixedLength?: Nullable<System_Internal.Boolean>, comment?: string, oldComment?: string, collation?: string, oldCollation?: string, precision?: Nullable<System_Internal.Int32>, oldPrecision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, oldScale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>, oldStored?: Nullable<System_Internal.Boolean>): AlterOperationBuilder_1<AlterColumnOperation>;
261
+ alterColumn<T>(name: string, table: string, type?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, schema?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, oldClrType?: Type, oldType?: string, oldUnicode?: Nullable<System_Internal.Boolean>, oldMaxLength?: Nullable<System_Internal.Int32>, oldRowVersion?: boolean, oldNullable?: boolean, oldDefaultValue?: unknown, oldDefaultValueSql?: string, oldComputedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, oldFixedLength?: Nullable<System_Internal.Boolean>, comment?: string, oldComment?: string, collation?: string, oldCollation?: string, precision?: Nullable<System_Internal.Int32>, oldPrecision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, oldScale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>, oldStored?: Nullable<System_Internal.Boolean>): AlterOperationBuilder_1<AlterColumnOperation>;
262
262
  alterDatabase(collation?: string, oldCollation?: string): AlterOperationBuilder_1<AlterDatabaseOperation>;
263
263
  alterSequence(name: string, schema?: string, incrementBy?: int, minValue?: Nullable<System_Internal.Int64>, maxValue?: Nullable<System_Internal.Int64>, cyclic?: boolean, oldIncrementBy?: int, oldMinValue?: Nullable<System_Internal.Int64>, oldMaxValue?: Nullable<System_Internal.Int64>, oldCyclic?: boolean): AlterOperationBuilder_1<AlterSequenceOperation>;
264
264
  alterTable(name: string, schema?: string, comment?: string, oldComment?: string): AlterOperationBuilder_1<AlterTableOperation>;
@@ -82,7 +82,7 @@
82
82
  {
83
83
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions::DefaultMicrosoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions",
84
84
  "clrName": "Default",
85
- "tsEmitName": "default_",
85
+ "tsEmitName": "default",
86
86
  "normalizedSignature": "Default|Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions|static=true|const=true",
87
87
  "isStatic": true,
88
88
  "isReadOnly": false,
@@ -38,7 +38,7 @@ export type AlterOperationBuilder_1<TOperation extends MigrationOperation & IAlt
38
38
 
39
39
 
40
40
  export interface ColumnsBuilder$instance {
41
- column<T>(type_?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, name?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, comment?: string, collation?: string, precision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>): OperationBuilder_1<AddColumnOperation>;
41
+ column<T>(type?: string, unicode?: Nullable<System_Internal.Boolean>, maxLength?: Nullable<System_Internal.Int32>, rowVersion?: boolean, name?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, fixedLength?: Nullable<System_Internal.Boolean>, comment?: string, collation?: string, precision?: Nullable<System_Internal.Int32>, scale?: Nullable<System_Internal.Int32>, stored?: Nullable<System_Internal.Boolean>): OperationBuilder_1<AddColumnOperation>;
42
42
  equals(obj: unknown): boolean;
43
43
  getHashCode(): int;
44
44
  toString(): string;