Should I comment Tables or Columns in my database?
        Posted  
        
            by 
                jako
            
        on Programmers
        
        See other posts from Programmers
        
            or by jako
        
        
        
        Published on 2012-09-21T19:47:55Z
        Indexed on 
            2012/09/21
            21:55 UTC
        
        
        Read the original article
        Hit count: 489
        
I like to comment my code with various information, and I think most people nowadays do so while writing some code.
But when it comes to database tables or columns, I have never seen anyone setting some comments, and, to be honest, I don't even think of looking for comments there.
So I am wondering if some people are commenting their DB strcuture here, and if I should bother commenting, for instance when I create a new column to an existing table?
© Programmers or respective owner