Skip to content

sannlynnhtun-coding/DotNet8.MicroServiceDemo

 
 

Repository files navigation

create table Tbl_Blog
(
    BlogId      int identity
        constraint PK_Tbl_Blog
            primary key,
    BlogTitle   nvarchar(50),
    BlogAuthor  nvarchar(50),
    BlogContent nvarchar(200) 
go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%