I use the following query to get information about columns of a SQL Table :
SELECT * from information_schema.columns
WHERE table_name = 'userpersonalinformation'
but I can't find any data about creation date for each column ... Is there any way to get creation date of a column in a table ?