Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for create_with_default_time (0.21 sec)

  1. tests/customize_field_test.go

    		t.Fatalf("failed to query with inserted field, got error %v", err)
    	}
    
    	AssertEqual(t, result3, result4)
    
    	createWithDefaultTime := generateStruct("create_with_default_time")
    	createWithDefaultTime.AutoUnixCreateTime = 100
    	createWithDefaultTime.AutoUnixUpdateTime = 100
    	createWithDefaultTime.AutoUnixMilliCreateTime = 100
    	createWithDefaultTime.AutoUnixMilliUpdateTime = 100
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Fri Sep 11 09:33:31 GMT 2020
    - 6.9K bytes
    - Viewed (0)
Back to top