Skip to content

hpkizi/eauthors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eauthors

Note (missing integer primary key) Fix original unnuke_authors table:

ALTER TABLE unnuke_authors DROP PRIMARY KEY; ALTER TABLE unnuke_authors ADD uid INT NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (uid);

New fields: admincreated
user_id

TODO: unique user_id test with efiction authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages