WIP tweaks
This commit is contained in:
parent
5c82d2ad95
commit
9546b71a6e
3 changed files with 22 additions and 13 deletions
|
|
@ -41,7 +41,7 @@ exports.up = function(next) {
|
|||
'currency_code text NOT NULL, ' +
|
||||
'to_address text NOT NULL, ' +
|
||||
'satoshis integer NOT NULL, ' +
|
||||
'created timestamp NOT NULL DEFAULT now() ' +
|
||||
'updated timestamp NOT NULL DEFAULT now() ' +
|
||||
')',
|
||||
|
||||
'CREATE TABLE dispenses ( ' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue