Add missing column
This commit is contained in:
parent
33ac8386b1
commit
f1b6733748
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ create table nexrad_afos_message (
|
|||
timestamp_issued TIMESTAMP NOT NULL,
|
||||
timestamp_start TIMESTAMP NOT NULL,
|
||||
timestamp_end TIMESTAMP NOT NULL,
|
||||
serial INTEGER NOT NULL,
|
||||
vtec_type TEXT NOT NULL,
|
||||
actions TEXT NOT NULL,
|
||||
wfo TEXT NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue