We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef88c94 commit e3249ccCopy full SHA for e3249cc
db/migrations/0001_initial.sql
@@ -9,7 +9,7 @@ create table if not exists
9
billing_address JSONB,
10
shipping_address JSONB,
11
created_at timestamp not null,
12
- currency varchar(255) not null,
+ currency varchar(255),
13
email text,
14
email_delivery boolean not null,
15
external_customer_id text,
0 commit comments