mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-21 13:05:17 +03:00
Create authorization system
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
from enum import Enum
|
||||
|
||||
DB_NAMING_CONVENTION = {
|
||||
"ix": "%(column_0_label)s_idx",
|
||||
"uq": "%(table_name)s_%(column_0_name)s_key",
|
||||
"ck": "%(table_name)s_%(constraint_name)s_check",
|
||||
"fk": "%(table_name)s_%(column_0_name)s_fkey",
|
||||
"pk": "%(table_name)s_pkey",
|
||||
}
|
||||
Reference in New Issue
Block a user