Revision 43355 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.jdbc/src/main/java/org/gvsig/fmap/dal/store/jdbc2/spi/operations/CreateTableOperation.java

View differences:

CreateTableOperation.java
72 72
                        attr.getGeomType().getType(),
73 73
                        attr.getGeomType().getSubType(),
74 74
                        attr.getSRS(),
75
                        attr.isIndexed(),
75 76
                        attr.allowNull()
76 77
                );
77 78
            } else {
......
81 82
                        attr.getSize(),
82 83
                        attr.getPrecision(),
83 84
                        attr.isPrimaryKey(),
85
                        attr.isIndexed(),
84 86
                        attr.allowNull(),
85 87
                        attr.isAutomatic(),
86 88
                        attr.getDefaultValue()

Also available in: Unified diff