We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60758a2 commit 02fdb2cCopy full SHA for 02fdb2c
sql/mysql.sql
@@ -25,7 +25,7 @@ CREATE TABLE `wgsimpleacc_transactions` (
25
`tra_amountin` DOUBLE(16, 2) NOT NULL DEFAULT '0.00',
26
`tra_amountout` DOUBLE(16,2) NOT NULL DEFAULT '0.00',
27
`tra_taxid` INT(10) NOT NULL DEFAULT '0',
28
- `tra_asid` INT(10) NOT NULL DEFAULT '',
+ `tra_asid` INT(10) NOT NULL DEFAULT '0',
29
`tra_cliid` INT(10) NOT NULL DEFAULT '0',
30
`tra_status` INT(1) NOT NULL DEFAULT '0',
31
`tra_comments` INT(10) NOT NULL DEFAULT '0',
@@ -60,7 +60,7 @@ CREATE TABLE `wgsimpleacc_trahistories` (
60
61
62
63
64
65
66
0 commit comments