か
Size: a a a
か
t
Ⓜ
t
GV
С
ὦ
@Column(name = "number", columnDefinition = "bigserial")
@GeneratedValue(strategy = GenerationType.AUTO)
number bigserial not null,
org.postgresql.util.PSQLException: ERROR: null value in column "number" violates not-null constraint
Detail: Failing row contains (1, 2020-08-01 12:55:40.052923, 2020-08-01 12:55:40.052923, 3, 4, null, f, hello, SEND, 1, 1).
NG
J
@Column(name = "number", columnDefinition = "bigserial")
@GeneratedValue(strategy = GenerationType.AUTO)
number bigserial not null,
org.postgresql.util.PSQLException: ERROR: null value in column "number" violates not-null constraint
Detail: Failing row contains (1, 2020-08-01 12:55:40.052923, 2020-08-01 12:55:40.052923, 3, 4, null, f, hello, SEND, 1, 1).
e
GI
T
ch
B
ch
T
ch
ch
T