이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
mcarman
/
Wappler_Access
보기
1
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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
BIN
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": {}
BIN
data/authdb.sqlite3
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장