Product: Aqua Data Studio
Version: 15.0.0-dev-356
Build #: 38873
Build Date: 2014-Jun-30 04:55:44 PM
Operating Environment: Windows NT (unknown) (6.2, amd64) / Cp1252 / en / IN / Sun Microsystems Inc. 1.6.0_29-b11
Memory: Max=784,269,312; Total=784,269,312; Free=214,391,016; CPUs=8
Please follow the below steps:
1. Connect to Azure Database.
2. Select any database,expand it,right click on it and select option "Create User Tables"
3.Create the below table from UI side :
CREATE TABLE [azureschema].[abcd] (
[col1] timestamp NOT NULL,
[col2] numeric(15,5) NOT NULL,
[col3] varchar(25) NOT NULL
)
GO
Now go to the Column Pane,here it is observed that when the column pane is not in proper alphabatically sequence order.
Now go back to tree node,select any database ,any table from the the database,right click on the selected table ,select option Tools,from Tools ,select option ER Diagram Generator.
Now open Create Table UI side,and go to the column pane.
Here it is observed that column pane sequence in ER Modular and column pane sequence in Create table UI side are not equal.
In ER Modular column pane sequence is set in proper alphabatically order and when we create table from UI side of tree node ,column pane sequence is not in alphabtically order.
Please refer to screenshot column_pane_sequence.jpeg.