add sqlite modify credential

This commit is contained in:
chungyau97
2023-09-05 22:27:17 +08:00
parent a7fa3f48e2
commit 1c1b057512
3 changed files with 26 additions and 2 deletions
@@ -13,7 +13,7 @@ export class Credential implements ICredential {
@Column()
credentialName: string
@Column()
@Column({ type: 'text' })
encryptedData: string
@CreateDateColumn()