Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL では、タイムスタンプ フィールドのデフォルト値を現在の時刻に簡単に設定できます。
fieldname timestamp not null default current_timestamp
Java derbyで同じことを行う方法を知っている人はいますか?
これはうまくいくはずですfieldname TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
fieldname TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP