Comparing version 0.0.44 to 0.0.45
@@ -455,3 +455,3 @@ "use strict"; | ||
type(dbName) { | ||
return `ALTER TABLE ${qPrefix}${table}${qName} ALTER COLUMN ${qName}${column}${qName} TYPE ${qName}${dbName}${qName}`; | ||
return `ALTER TABLE ${qPrefix}${table}${qName} ALTER COLUMN ${qName}${column}${qName} TYPE ${dbName}`; | ||
}, | ||
@@ -458,0 +458,0 @@ notNull(action) { |
@@ -240,4 +240,4 @@ "use strict"; | ||
/*******************************下面这些根据需要自行填写************************ */ | ||
// 填写后端服务器的地址,注意:部署到生产环境时,一定要改成生产环境的地址 | ||
/*******************************下面这些根据需要自行填写************************ */ | ||
const url = 'http://localhost:8080' | ||
@@ -244,0 +244,0 @@ |
{ | ||
"name": "aca.ts", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "Aca.ts is a node.js CLI based on Typescript and Knex.js. It could automatically syncs database schema according to a custom ORM. It could also automatically generates APIs for accessing the database. More importantly, it automatically creates frontend APIs through backend functions and the generated database APIs (like RPC), so frontend developers can easily access the backend without defining routing. The APIs is typescript, tips are very friendly when coding.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
263267