katarinasvedman-ms / agent-test

Testing the AI dev team repo
0 stars 0 forks source link

Developer.Implement chain for #150 #157

Closed agent-app-kapeltol[bot] closed 3 months ago

agent-app-kapeltol[bot] commented 3 months ago

Write the SQL script to create a 'tasks' table in SQL Server with 'id', 'task_name', 'description', 'due_date', 'is_completed', 'user_id', 'project_id' columns. The 'id' column should be the primary key and 'user_id', 'project_id' should be the foreign keys.