add sqlite modify tool

This commit is contained in:
chungyau97
2023-09-05 22:41:28 +08:00
parent 1c1b057512
commit aa1122641c
4 changed files with 24 additions and 4 deletions
@@ -19,10 +19,10 @@ export class Tool implements ITool {
@Column({ nullable: true })
iconSrc?: string
@Column({ nullable: true })
@Column({ nullable: true, type: 'text' })
schema?: string
@Column({ nullable: true })
@Column({ nullable: true, type: 'text' })
func?: string
@CreateDateColumn()