Skip to content

Commit

Permalink
fix: oracle generated column
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginden committed Mar 7, 2022
1 parent 4d7f88d commit 58a2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/query-builder/cte/entity/foo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Column } from "../../../../../src/decorator/columns/Column";

@Entity()
export class Foo {
@PrimaryGeneratedColumn()
@PrimaryGeneratedColumn("increment")
id: number;

@Column("varchar")
Expand Down

0 comments on commit 58a2570

Please sign in to comment.