koatty_cli
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -146,2 +146,3 @@ #!/usr/bin/env node | ||
helper.mkDir(projectRootPath); | ||
copyFile('launch.json', projectRootPath + '.vscode/launch.json'); | ||
copyFile('package.txt', projectRootPath + 'package.json'); | ||
@@ -148,0 +149,0 @@ copyFile('tsconfig.txt', projectRootPath + 'tsconfig.json'); |
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-10-16 18:55:16 | ||
* @ version: 2019-11-05 11:14:26 | ||
*/ | ||
@@ -24,5 +24,5 @@ import { BaseModel } from "thinkorm"; | ||
id: { //用户ID | ||
type: 'string', | ||
type: 'integer', | ||
pk: true, | ||
size: 50 | ||
size: 11 | ||
} | ||
@@ -29,0 +29,0 @@ }; |
{ | ||
"name": "koatty_cli", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Koatty command line tool.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43041
25
654