Fix column name on nexrad_afos_message
This commit is contained in:
parent
469adad888
commit
6a5a492cda
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ create table nexrad_afos_message (
|
||||||
timestamp_issued TIMESTAMP NOT NULL,
|
timestamp_issued TIMESTAMP NOT NULL,
|
||||||
timestamp_start TIMESTAMP NOT NULL,
|
timestamp_start TIMESTAMP NOT NULL,
|
||||||
timestamp_end TIMESTAMP NOT NULL,
|
timestamp_end TIMESTAMP NOT NULL,
|
||||||
typeof TEXT NOT NULL,
|
vtec_type TEXT NOT NULL,
|
||||||
actions TEXT NOT NULL,
|
actions TEXT NOT NULL,
|
||||||
wfo TEXT NOT NULL,
|
wfo TEXT NOT NULL,
|
||||||
phenom TEXT NOT NULL,
|
phenom TEXT NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue