I have a service builder module whose table definitions need to be changed. In my case I've modified the portlet-model-hints.xml
file in the service's /src/main/resources
directory to increase the length of a String
field from 75 to a higher number. When I run blade gw cleanServiceBuilder
, the old tables are dropped. When I then run blade gw buildService
and then deploy the module with blade deploy
, the new sql scripts are not executed (or something similar -- I can't find the new tables in my database). Has anyone else had this problem?
问问题
859 次