removing foreign key stub
This commit is contained in:
@@ -234,9 +234,3 @@ class Counter(Column):
|
|||||||
super(Counter, self).__init__(**kwargs)
|
super(Counter, self).__init__(**kwargs)
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
class ForeignKey(Column):
|
|
||||||
#TODO: Foreign key field
|
|
||||||
def __init__(self, **kwargs):
|
|
||||||
super(ForeignKey, self).__init__(**kwargs)
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user