You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined in: [src/abstract/Schema.ts:119](https://github.com/clickup/ent-framework/blob/master/src/abstract/Schema.ts#L119)
38
+
Defined in: [src/abstract/Schema.ts:116](https://github.com/clickup/ent-framework/blob/master/src/abstract/Schema.ts#L116)
39
39
40
40
Used in e.g. inverses. This casts this.constructor to SchemaClass with all
41
41
static methods and `new` semantic (TS doesn't do it by default; for TS,
@@ -61,7 +61,6 @@ x.constructor is Function).
61
61
62
62
| Property | Type | Description |
63
63
| ------ | ------ | ------ |
64
-
| <aid="hash"></a> `hash`|`string`| - |
65
64
| <aid="constructor"></a> `constructor`|[`SchemaClass`](../interfaces/SchemaClass.md)| Used in e.g. inverses. This casts this.constructor to SchemaClass with all static methods and `new` semantic (TS doesn't do it by default; for TS, x.constructor is Function). |
66
65
| <aid="name-1"></a> `name`|`string`| For relational databases, it's likely a table name. |
67
66
| <aid="table-1"></a> `table`|`TTable`| Structure of the table. |
0 commit comments