Skip to content

Commit

Permalink
Update up.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Nov 14, 2024
1 parent c0489a5 commit 57355db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE fiat_transactions (
id SERIAL PRIMARY KEY,

transaction_type: VARCHAR(128) NOT NULL default 'buy',
transaction_type VARCHAR(128) NOT NULL default 'buy',

provider_id VARCHAR(128) NOT NULL REFERENCES fiat_providers (id) ON DELETE CASCADE,
asset_id VARCHAR(128) REFERENCES assets (id) ON DELETE CASCADE,
Expand Down

0 comments on commit 57355db

Please sign in to comment.