Open Closed

Using db json type #5428


User avatar
0
linhhn@arius.vn created

I want to create field json type but abp suite doesn't support so used longtext type. Also, the json structure is not fixed. How to modify from longtext type to json type and can CRUD with json type.

  • ABP Framework version: v7.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1 Answer(s)
  • User Avatar
    0
    jfistelmann created

    Hey,

    I found this community article which explains everything you need to create a json column and perform crud operations: https://community.abp.io/posts/json-columns-in-entity-framework-core-7-cjaom76j

    I also added a feature request to support the json column type in the abp suite.

    https://support.abp.io/QA/Questions/3052/Your-feature-request#answer-3a0c7b30-77ae-7e52-a15b-ff15a761775e

    Let me know if you have any further questions :)

    Kind regards,

    Jack

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11