SOLVED. I'm terribly sorry. It was my mistake. The reason for all these problems was that I had made a "lazy" backup of the old model file in a sub-folder, and it was also being interpreted, at: models/_versions/tab_9may2018.py
I just found this looking at administrative interface. It's a silly mistake, and I hope, at least, my bad example will help other absent-minded programmers. Thank you for your help Luis On Thursday, 17 May 2018 16:00:30 UTC+1, Anthony wrote: > > Have you compiled the app? If not, not sure what could be going on. Feel > free to pack and attach a minimal app that reproduces the problem (will > have to be with SQLite). > > Anthony > > On Wednesday, May 16, 2018 at 10:54:27 AM UTC-4, Luís Guilherme F wrote: >> >> Anthony, >> What I see are only the two first columns (cod_m, nome), on a table query >> on appadmin (database administration). >> The two new columns (regiao, tipo) are not shown. >> >> Thank you >> Luís >> >> On Wednesday, 16 May 2018 14:51:41 UTC+1, Anthony wrote: >>> >>> It's not quite clear what the current problem is. Are you getting an >>> error? What do you see, and what are you expecting instead? >>> >>> On Wednesday, May 16, 2018 at 9:20:23 AM UTC-4, Luís Guilherme F wrote: >>>> >>>> Hello, >>>> I had a table with two fields. My app was fine. >>>> Then I added two more but web2py/appadmin doesn't show them. >>>> I used mysql tools to change it. >>>> Then I corrected my models/db.py, and ONLY then I ran appadmin. >>>> I've tried migrate=False (and True) and fake_migrate=True. >>>> >>>> Original table: >>>> >>>> db.define_table('mercado', >>>> Field('cod_m', type='integer'), >>>> Field('nome', type='string') >>>> migrate=False) >>>> >>>> Now: >>>> >>>> db.define_table('mercado', >>>> Field('cod_m', type='integer'), >>>> Field('nome', type='string'), >>>> Field('regiao', type='integer'), >>>> Field('tipo', type='integer'), >>>> fake_migrate=True) >>>> >>>> Best regards, >>>> Luís >>>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.