minus-squarepie@programming.devtoProgramming@programming.dev•You might as well timestamp itlinkfedilinkEnglisharrow-up2·1 year agoYou wouldn’t store this information on the same table (unless you’re using a wide row db like dynamo/Cassandra). In a SQL world, you’d store version information in a separate table - one table for the HEAD state and another for history. linkfedilink
You wouldn’t store this information on the same table (unless you’re using a wide row db like dynamo/Cassandra). In a SQL world, you’d store version information in a separate table - one table for the HEAD state and another for history.