We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcd07f commit f8f4675Copy full SHA for f8f4675
1 file changed
mariadb/init.sql
@@ -10,7 +10,8 @@ create table asset
10
(
11
ticker varchar(10) not null
12
primary key,
13
- name varchar(100) null
+ name varchar(100) null,
14
+ icon blob null
15
);
16
17
create table buy_orders
0 commit comments