Re: [SQL] [GENERAL] documenting tables version control

2015-05-06 Thread Steve Midgley
I just use sql tables. But if I represent them outside of pg I usually use migration files which are part of ruby on rails. But sqitch looks good too. Steve On May 6, 2015 7:31 AM, "Suresh Raja" wrote: > Thanks Melvin, Joshua, PT and Steve! > > your information is good. Im looking for creating

Re: [SQL] [GENERAL] documenting tables version control

2015-05-06 Thread Adrian Klaver
On 05/06/2015 07:31 AM, Suresh Raja wrote: Thanks Melvin, Joshua, PT and Steve! your information is good. Im looking for creating a catalog for my application schema. Do you have anything that you use for catalog of your schema. Maybe using excel. Yes Mercurial(mercurial.selenic.com) with S

Re: [SQL] [GENERAL] documenting tables version control

2015-05-06 Thread Steve Midgley
I just use sql tables. But if I represent them outside of pg I usually use migration files which are part of ruby on rails. But sqitch looks good too. Steve On May 6, 2015 7:31 AM, "Suresh Raja" wrote: > Thanks Melvin, Joshua, PT and Steve! > > your information is good. Im looking for creating