Skip to content

Commit

Permalink
fix mysql data type for motor_position
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway committed Jan 8, 2025
1 parent 03c27d7 commit 645c931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sql/mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ motor_mne VARCHAR(255) NOT NULL

CREATE TABLE IF NOT EXISTS MotorPositions (
motor_id INTEGER NOT NULL /*FOREIGN KEY REFERENCES MotorMnes(motor_id)*/,
motor_position FLOAT
motor_position DOUBLE
);

0 comments on commit 645c931

Please sign in to comment.