tectonicdb icon indicating copy to clipboard operation
tectonicdb copied to clipboard

could i self_design the database columns?

Open yutiansut opened this issue 4 years ago • 2 comments

yutiansut avatar May 18 '20 07:05 yutiansut

USE [dbname]

ADD [ts], [seq], [is_trade], [is_bid], [price], [size];

but in stock market, i also have to insert the

  • buy_order_id
  • sell_order_id
  • buy_price
  • sell_price

etc..

but i don't know how to make that

yutiansut avatar May 18 '20 07:05 yutiansut

is it solved ?

JohnNie12345678 avatar Jan 18 '24 08:01 JohnNie12345678