Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
mcarman
/
Wappler_Access
Observar
1
Favorito
0
Fork
0
Código
Issues
1
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
DB Changes
master
rpm-mcarman
2 anos atrás
pai
7d84f25890
commit
ca21f4715d
3 arquivos alterados
com
13 adições
e
13 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+13
-0
thing.js
+0
-13
.wappler/targets/Development/databases/authdb.json
BIN
data/authdb.sqlite3
.wappler/migrations/authdb/20240319011222_remove → thing.js
Ver arquivo
@@ -0,0 +1,13 @@
exports.up = function(knex) {
return knex.schema
.dropTable('Nothing')
};
exports.down = function(knex) {
return knex.schema
.createTable('Nothing', async function (table) {
table.increments('id').primary().notNullable();
})
};
+ 0
- 13
.wappler/targets/Development/databases/authdb.json
Ver arquivo
@@ -139,19 +139,6 @@
}
},
"db": {}
},
"Nothing": {
"columns": {
"id": {
"db": {
"type": "increments",
"primary": true,
"unique": false,
"nullable": false
}
}
},
"db": {}
}
},
"views": {}
BIN
data/authdb.sqlite3
Ver arquivo
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar