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
If parameter format.sort is set to true , tables, columns, relations, constraints, and viewpoints will all be sorted by Name after Schema.Sort is called.
After execute the command tbls doc, it will generate an index file which named README.md in output directory doc/schema, the order of table, relations... keep the consistency, it looks good for me.
But for the columns' order in each table file(e.g., table-A.md), I still want to keep the default creation order instead of sorting them by name.
If parameter
format.sort
is set totrue
,tables, columns, relations, constraints, and viewpoints
will all be sorted byName
afterSchema.Sort
is called.After execute the command
tbls doc
, it will generate an index file which namedREADME.md
in output directorydoc/schema
, the order oftable, relations...
keep the consistency, it looks good for me.But for the columns' order in each table file(e.g.,
table-A.md
), I still want to keep the default creation order instead of sorting them by name.Thanks.
The text was updated successfully, but these errors were encountered: