Update schema def too...

This commit is contained in:
Tony Murray 2018-04-26 11:29:51 -05:00
parent 7b8e6b66ea
commit 81d8060632

View File

@ -27,7 +27,7 @@ alerts:
- { Field: state, Type: int(11), 'Null': false, Extra: '' }
- { Field: alerted, Type: int(11), 'Null': false, Extra: '' }
- { Field: open, Type: int(11), 'Null': false, Extra: '' }
- { Field: note, Type: text, 'Null': false, Extra: '' }
- { Field: note, Type: text, 'Null': true, Extra: '' }
- { Field: timestamp, Type: timestamp, 'Null': false, Extra: 'on update CURRENT_TIMESTAMP', Default: CURRENT_TIMESTAMP }
Indexes:
PRIMARY: { Name: PRIMARY, Columns: [id], Unique: true, Type: BTREE }