Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Data type id columns in metadata models.py #690

@lobbikerivm

Description

@lobbikerivm

Dear all,

I saw the changes from the previous version in the models.py (#642), regarding the name of the id columns in several metadata tables, and was wondering, should the data type not be changed to Integer, conform the table r_meta_main in iRODS?

id = Column(String, "COL_META_DATA_ATTR_ID", 603)

id = Column(String, "COL_META_COLL_ATTR_ID", 613)

id = Column(String, "COL_META_RESC_ATTR_ID", 633)

id = Column(String, "COL_META_USER_ATTR_ID", 643)

Kind Regards,
Stefan Lobner

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions