You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL has show create table statements, which we show in the Schemas tab, and postgres doesn't have an equivalent. Other workbenches generate this statement from the information_schema.columns table. We should eventually implement this as well
The text was updated successfully, but these errors were encountered:
MySQL has
show create table
statements, which we show in theSchemas
tab, and postgres doesn't have an equivalent. Other workbenches generate this statement from theinformation_schema.columns
table. We should eventually implement this as wellThe text was updated successfully, but these errors were encountered: