neuralib.sqlp.annotation
annotated a date field which use current date as its default. |
|
annotated a time field which use current time as its default. |
|
annotated a datetime field which use current datetime as its default. |
|
annotate a field as a primary key. |
|
annotated a field as a unique key. |
|
A decorator to create an unique constraint. |
|
A decorator to create a foreign constraint. |
|
A decorator to make a check constraint. |