Skip to content

Commit f8f4675

Browse files
committed
fix: DB 초기화 코드 수정
종목이 icon 필드를 포함하도록 정의가 변함에 따라, DB 초기화 코드가 수정되었습니다.
1 parent 3fcd07f commit f8f4675

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mariadb/init.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ create table asset
1010
(
1111
ticker varchar(10) not null
1212
primary key,
13-
name varchar(100) null
13+
name varchar(100) null,
14+
icon blob null
1415
);
1516

1617
create table buy_orders

0 commit comments

Comments
 (0)