Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Mysql Problem With –mysqlimport And Timestamp

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Mysql Problem With –mysqlimport And Timestamp

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #19074
      peterlaursen
      Participant

      Yes …

      simply set default CURRENT_TIMESTAMP and time of creation wil be inserted.

      A more advanced one:

      timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP

      will do as the first, but when ANY row is updated the timestamp field will be updated too.

      Refer to the MySQL documentation for more details. Search for “CURRENT_TIMESTAMP”

      Was that the answer to your question ??

Viewing 0 reply threads
  • You must be logged in to reply to this topic.