Model: Create table: Fix table definition.
parent
81221525de
commit
943f768720
|
|
@ -80,8 +80,8 @@ class CreateTableForSaveAs:
|
||||||
time BLOB, depth BLOB, BS_raw_data BLOB,
|
time BLOB, depth BLOB, BS_raw_data BLOB,
|
||||||
time_reshape BLOB, depth_reshape BLOB, BS_raw_data_reshape BLOB,
|
time_reshape BLOB, depth_reshape BLOB, BS_raw_data_reshape BLOB,
|
||||||
time_cross_section BLOB, depth_cross_section BLOB,
|
time_cross_section BLOB, depth_cross_section BLOB,
|
||||||
BS_cross_section BLOB, BS_stream_bed BLO B,
|
BS_cross_section BLOB, BS_stream_bed BLOB,
|
||||||
depth_bottom, val_bottom, ind_bottom,
|
depth_bottom BLOB, val_bottom BLOB, ind_bottom BLOB,
|
||||||
time_noise BLOB, depth_noise BLOB, BS_noise_raw_data BLOB,
|
time_noise BLOB, depth_noise BLOB, BS_noise_raw_data BLOB,
|
||||||
SNR_raw_data BLOB, SNR_cross_section BLOB, SNR_stream_bed BLOB,
|
SNR_raw_data BLOB, SNR_cross_section BLOB, SNR_stream_bed BLOB,
|
||||||
BS_raw_data_pre_process_SNR BLOB,
|
BS_raw_data_pre_process_SNR BLOB,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue