Error postgres

Hello, I have a problem with postgres 12, when I create a field it doesn’t show the settings at the bottom as you can see in the image.

But with mysql is ok.

Show your “Changes” on the 1st screenshot - have you run the migrations?

No, I didn’t run any migration, I’m still creating tables and fields.

Ok, it might be a bug, I made a topic a few days ago, maybe it’s the same issue:

Show this error:
TypeError: Cannot read property ‘public.undefined’ of undefined at u (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:125682) at r (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:125596) at file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:125896 at Array.forEach () at i.getDatabaseTablesFromTree (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:125173) at i.refreshProps (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:53061) at i.onTreeChanged (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:8:69045) at HTMLDivElement.dispatch (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at HTMLDivElement.elemData.handle (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at Object.trigger (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:8719:12) at jQuery.fn.init.triggerHandler (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:8803:24) at Object.trigger (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:12238) at Object.select_node (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:45874) at Object.activate_node (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:44649) at Object. (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:8459) at HTMLAnchorElement.proxy (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:10780:13) at HTMLDivElement.dispatch (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at HTMLDivElement.elemData.handle (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at Object.trigger (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:8719:12) at HTMLAnchorElement. (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:8797:17) at Function.each (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:385:19) at jQuery.fn.init.each (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:207:17) at jQuery.fn.init.trigger (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:8796:15) at HTMLDivElement. (file:///C:/Users/sgoulart/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:136491) at HTMLDivElement.dispatch (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at HTMLDivElement.elemData.handle (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at HTMLDivElement.sentryWrapped (C:\Users\sgoulart\AppData\Local\Wappler\resources\app\node_modules@sentry\browser\dist\helpers.js:75:23)

So do you have any tables in the public schema?

No, I have not.