File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 * @package StellarWP\Schema\Columns
2222 */
2323class Created_At extends Datetime_Column {
24- /**
25- * The name of the column.
26- *
27- * @var string
28- */
29- protected string $ name = 'created_at ' ;
30-
3124 /**
3225 * The default value of the column.
3326 *
Original file line number Diff line number Diff line change 2121 * @package StellarWP\Schema\Columns
2222 */
2323class Last_Changed extends Datetime_Column {
24- /**
25- * The name of the column.
26- *
27- * @var string
28- */
29- protected string $ name = 'last_changed ' ;
30-
3124 /**
3225 * The default value of the column.
3326 *
Original file line number Diff line number Diff line change 2121 * @package StellarWP\Schema\Columns
2222 */
2323class Updated_At extends Datetime_Column {
24- /**
25- * The name of the column.
26- *
27- * @var string
28- */
29- protected string $ name = 'updated_at ' ;
30-
3124 /**
3225 * Whether the column can be null.
3326 *
You can’t perform that action at this time.
0 commit comments