선물, 옵션 크롤링

db 조건 검색
결과 파일 추가
This commit is contained in:
2015-06-19 01:12:11 +09:00
parent 67e7e332fb
commit 9a8f11a285
6 changed files with 69480 additions and 39 deletions

11
sql/create.sql Normal file
View File

@@ -0,0 +1,11 @@
CREATE TABLE option_list
(
seq INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
CODE VARCHAR(10),
DATE DATETIME,
fin_price FLOAT,
deal_amount INT,
deal_cash BIGINT,
comp_bid INT
)