OrangeGuidanceTomestone/server/migrations/2_add_yaw.sql

3 lines
66 B
SQL

alter table messages
add column yaw float not null default 0;