Skip to content

Commit

Permalink
api interface updated for create and alter. license copyright name up…
Browse files Browse the repository at this point in the history
…dated to Keramot
  • Loading branch information
AbmSourav committed Nov 10, 2024
1 parent 79014f0 commit e5a074f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 CodesVault
Copyright (c) 2021 Keramot UL Islam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions src/Api/AlterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function date(): self;

function dateTime(): self;

public function timestamp($default = null, $on_update = null): self;

function unsigned(): self;

function autoIncrement(): self;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/CreateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function date(): self;

public function dateTime(): self;

public function timestamp(): self;
public function timestamp($default = null, $on_update = null): self;

public function unsigned(): self;

Expand Down

0 comments on commit e5a074f

Please sign in to comment.