「Spring」@Columnのprecision、nullableを設定するサンプル

サンプルコード

@Column(nullable = false, unique = false, columnDefinition = “更新日時") protected Timestamp updateDate = null;

@Column(precision = 6, nullable = true, unique = false, columnDefinition = “開始番号")
protected Integer startNum= null;

Software

Posted by arkgame