mirror of
https://github.com/gogs/gogs.git
synced 2026-07-06 19:58:59 +02:00
db: migrate admin.go to notices.go with GORM (#7536)
This commit is contained in:
@@ -116,3 +116,16 @@ Primary keys: repo_id, oid
|
||||
Primary keys: id
|
||||
```
|
||||
|
||||
# Table "notice"
|
||||
|
||||
```
|
||||
FIELD | COLUMN | POSTGRESQL | MYSQL | SQLITE3
|
||||
--------------+--------------+------------+-----------------------+----------
|
||||
ID | id | BIGSERIAL | BIGINT AUTO_INCREMENT | INTEGER
|
||||
Type | type | BIGINT | BIGINT | INTEGER
|
||||
Description | description | TEXT | TEXT | TEXT
|
||||
CreatedUnix | created_unix | BIGINT | BIGINT | INTEGER
|
||||
|
||||
Primary keys: id
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user