<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1512: DEFAULT in TABLE STRUCTURE</title><link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/" rel="alternate"/><link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/feed.atom" rel="self"/><id>https://sourceforge.net/p/squirrel-sql/bugs/1512/</id><updated>2023-02-18T03:07:28.187000Z</updated><subtitle>Recent changes to 1512: DEFAULT in TABLE STRUCTURE</subtitle><entry><title>#1512 DEFAULT in TABLE STRUCTURE</title><link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/?limit=25#fb74" rel="alternate"/><published>2023-02-18T03:07:28.187000Z</published><updated>2023-02-18T03:07:28.187000Z</updated><author><name>Gerd Wagner</name><uri>https://sourceforge.net/u/gerdwagner/</uri></author><id>https://sourceforge.net758fd462e5eba7be0b35f89d4c28964036b1432d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry, I can't reproduce your problem. In my test SQuirreL shows the same column defaults as &lt;/p&gt;
&lt;p&gt;SELECT&lt;br/&gt;
systables.tabname,&lt;br/&gt;
syscolumns.colname,&lt;br/&gt;
sysdefaults.default&lt;br/&gt;
FROM systables&lt;br/&gt;
INNER JOIN syscolumns ON systables.tabid = syscolumns.tabid&lt;br/&gt;
LEFT JOIN sysdefaults ON sysdefaults.tabid = systables.tabid AND sysdefaults.colno = syscolumns.colno&lt;br/&gt;
WHERE systables.tabname IN (...)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DEFAULT in TABLE STRUCTURE</title><link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/" rel="alternate"/><published>2023-02-14T06:01:27.206000Z</published><updated>2023-02-14T06:01:27.206000Z</updated><author><name>Jozef Lenard</name><uri>https://sourceforge.net/u/pepask-new/</uri></author><id>https://sourceforge.net70b4f18645bb8e09a280694188d4edafd9e31dab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have Informix databases and there is bugs in show default clausule...&lt;/p&gt;
&lt;p&gt;In structure of table is showed, that collums has a default clausele, but&lt;/p&gt;
&lt;p&gt;if I check systables, there is no clausule.&lt;/p&gt;
&lt;p&gt;Record in sysdefault is for procedure with your ID, not for tableid.....&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>