本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
mcarman
/
Wappler_Access
關注
1
收藏
0
複製
0
程式碼
問題
1
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
DB Changes
master
rpm-mcarman
2 年之前
父節點
7d84f25890
當前提交
ca21f4715d
共有
3 個檔案被更改
,包括
13 行新增
和
13 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
查看文件
Write
Preview
Loading…
取消
儲存