使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
mcarman
/
Wappler_Access
关注
1
点赞
0
派生
0
代码
工单
1
合并请求
0
版本发布
0
百科
动态
浏览代码
DB Changes
master
rpm-mcarman
2 年前
父节点
7d84f25890
当前提交
ca21f4715d
共有
3 个文件被更改
,包括
13 次插入
和
13 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+13
-0
thing.js
+0
-13
.wappler/targets/Development/databases/authdb.json
二进制
data/authdb.sqlite3
.wappler/migrations/authdb/20240319011222_remove → thing.js
查看文件
@@ -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
查看文件
@@ -139,19 +139,6 @@
}
},
"db": {}
},
"Nothing": {
"columns": {
"id": {
"db": {
"type": "increments",
"primary": true,
"unique": false,
"nullable": false
}
}
},
"db": {}
}
},
"views": {}
二进制
data/authdb.sqlite3
查看文件
撰写
预览
正在加载...
取消
保存