katarinasvedman-ms / agent-test

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

Developer.Implement chain for #150 #158

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

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

Write the SQL script to create a 'projects' table in SQL Server with 'id', 'project_name', 'description', 'created_date', 'user_id' columns. The 'id' column should be the primary key and 'user_id' should be the foreign key.