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.
我是否正确地认为 SQL 确实为每个提交存储了一个日期/时间戳?即,我必须允许将这些信息记录为我的架构设计的一部分吗?
显式存储这些信息需要一定的空间(使用CURRENT_TIMESTAMP或我自己的时间戳),如果有办法在某些内部数据库设置中访问可比较的信息,我会这样做。我目前正在使用 SQLite3。
CURRENT_TIMESTAMP
SQLite 没有任何内部时间戳。(一旦提交,SQLite数据库文件甚至没有任何事务记录。)