Skip to content
Snippets Groups Projects
Commit a8abb207 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Change node id column type

parent 72e36f78
No related branches found
No related tags found
1 merge request!4Feature/add arbor support
...@@ -28,7 +28,7 @@ def SetupNestTables(postgres_username, postgres_password, port): ...@@ -28,7 +28,7 @@ def SetupNestTables(postgres_username, postgres_password, port):
cur.execute('''CREATE TABLE SIMULATION_NODES ( cur.execute('''CREATE TABLE SIMULATION_NODES (
NODE_ID INT PRIMARY KEY NOT NULL UNIQUE, NODE_ID SERIAL PRIMARY KEY NOT NULL UNIQUE,
ADDRESS VARCHAR(50), ADDRESS VARCHAR(50),
CURRENT_SIM_TIME FLOAT);''') CURRENT_SIM_TIME FLOAT);''')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment