<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Database Modelling on Sai Ram&#39;s Blog</title>
    <link>https://sairam.xyz/categories/database-modelling/</link>
    <description>Recent content in Database Modelling on Sai Ram&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020. All rights reserved.</copyright>
    <lastBuildDate>Mon, 10 Apr 2017 22:30:00 +0530</lastBuildDate>
    
	<atom:link href="https://sairam.xyz/categories/database-modelling/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to Track User Agreement Acceptance in Database</title>
      <link>https://sairam.xyz/post/how-to-track-user-agreement-acceptance-in-db/</link>
      <pubDate>Mon, 10 Apr 2017 22:30:00 +0530</pubDate>
      
      <guid>https://sairam.xyz/post/how-to-track-user-agreement-acceptance-in-db/</guid>
      <description>Problem Statement How would you model to check if a user has accepted your &amp;ldquo;Terms and Conditions&amp;rdquo; or &amp;ldquo;COPPA&amp;rdquo; when building your website? Lets talk how would you track in your data store (MySQL or Postgres or Mongo DB).
The front-end is represented by a checkbox or click of a button &amp;lsquo;I Accept&amp;rsquo;, this translates to either a true or false and gets stored into the a column in the users table in your database which is a boolean field.</description>
    </item>
    
  </channel>
</rss>