2 lines
62 B
MySQL
2 lines
62 B
MySQL
|
ALTER TABLE transactions
|
||
|
ADD COLUMN tx_input_data VARCHAR;
|