Skip to content

rockzt/back_end_cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

back_end_cms

DataBase Description es el modelo

    +-------------------------+
    |         Author          |
    +-------------------------+
    | id        (Primary Key) | Integer
    | first_name              | String
    | last_name               | String
    | email                   | String
    | password                | String
    +-------------------------+
         |
         |
         v
    +-------------------------+
    |        Article          |
    +-------------------------+
    | id        (Primary Key) | Integer
    | title                   | String
    | content                 | Text
    | author_id  (Foreign Key)| Integer
    | category_id(Foreign Key)| Integer
    | published_date          | DateTime
    | last_updated            | DateTime
    | active                  | Boolean
    +-------------------------+
         |
         |
         v
         
    +-------------------------+
    |        Category         |
    +-------------------------+
    | id        (Primary Key) | Integer
    | name                    | String
    | description             | Text
    +-------------------------+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages