Commit e18c38d8 authored by Administrator's avatar Administrator
Browse files

Update veritabanı.txt

parent f43a2d61
ÖRNEK PROJE VERİTABANI OLUŞTURMA
create table role(role_id int identity(0,1) primary key,role_name nvarchar(50))
insert into role values('Admin')
......@@ -83,4 +83,4 @@ begin
set @callback_team_id=@get_team_id
set @callback_user_id=@get_user_id
end
end
\ No newline at end of file
end
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment