Set default total allowance to 10
All checks were successful
Backend Build and Test / build (push) Successful in 2m9s
All checks were successful
Backend Build and Test / build (push) Successful in 2m9s
This commit is contained in:
@@ -2,7 +2,7 @@ create table users
|
||||
(
|
||||
id integer primary key,
|
||||
name text not null,
|
||||
weight real not null default 0.0,
|
||||
weight real not null default 10.0,
|
||||
balance integer not null default 0
|
||||
) strict;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user