Merge pull request #24 from medChiboub/patch-1
Adding not null to name attribute in the "tag" table
This commit is contained in:
commit
940b4e961e
@ -31,7 +31,7 @@ create table follows (
|
|||||||
|
|
||||||
create table tags (
|
create table tags (
|
||||||
id varchar(255) primary key,
|
id varchar(255) primary key,
|
||||||
name varchar(255)
|
name varchar(255) not null
|
||||||
);
|
);
|
||||||
|
|
||||||
create table article_tags (
|
create table article_tags (
|
||||||
|
Loading…
Reference in New Issue
Block a user