We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18fffe commit 1f97c75Copy full SHA for 1f97c75
src/Property.ts
@@ -15,7 +15,7 @@ export class Property extends BaseProperty {
15
}
16
17
public isEditable(): boolean {
18
- return !this.isId()
+ return !this.column.isGenerated
19
&& !this.column.isCreateDate
20
&& !this.column.isUpdateDate
21
0 commit comments