Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Painel de Dados Nubo
backend
Commits
d101a469
Commit
d101a469
authored
1 week ago
by
FelipeBisotto
Browse files
Options
Download
Email Patches
Plain Diff
add model.base
parent
39ce35e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/user.py
+2
-1
model/user.py
with
2 additions
and
1 deletion
+2
-1
model/user.py
View file @
d101a469
from
sqlalchemy
import
Column
,
Integer
,
String
from
.base
import
Base
from
model.base
import
Base
class
User
(
Base
):
__tablename__
=
"users"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help