• 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28

via http://dev.mysql.com/doc/refman/5.0/en/timestamp.html

自分用MySQLメモ:
デフォルト値を指定する場合、NOW()ではなくてCURRENT_TIMESTAMPというお話。

   1  CREATE TABLE items (
   2  	id INTEGER NOT NULL PRIMARY KEY,
   3  	title VARCHAR(255) NOT NULL DEFAULT('title'),
   4  	created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
   5  );

mysql.comより

CREATE TABLE t (
ts1 TIMESTAMP DEFAULT 0,
ts2 TIMESTAMP DEFAULT CURRENT_TIMESTAMP
ON UPDATE CURRENT_TIMESTAMP);

http://dev.mysql.com/doc/refman/5.0/en/timestamp.html

posted by Png satoko on Fri 6 Feb 2009 at 10:17

Comments:

or Preview
Social Bookmarks
  • Delicious
  • B_entry1277
  • Clip_16_12_w
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ