You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* (Beta) Export of data model StopCommandMessage of the subject dataModel.AutonomousMobileRobot for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE stopCommand_type AS ENUM ('stop');CREATE TYPE StopCommandMessage_type AS ENUM ('StopCommandMessage');
CREATE TABLE StopCommandMessage (commandTime TIMESTAMP, id TEXT PRIMARY KEY, stopCommand stopCommand_type, type StopCommandMessage_type);