cutmail's blog

write the code

[MySQL]CREATE文では、now()ではなくてcurrent_timestamp()

  • current_timestamp()は標準SQL準拠
  • now()はMySQLなど一部のRDBMSの独自機能

MySQLだけの場合は、now()でも大丈夫ですが、他のRDBを使う場合はcurrent_timestamp()のほうがいい様子。